Skip to content

Instantly share code, notes, and snippets.

parameters {
string(name: 'SLACK_CHANNEL_TOKEN_CREDENTIAL',
description: 'Default Slack token credential',
defaultValue: 'your-token-credential')
string(name: 'SLACK_CHANNEL_BASEURL',
description: 'Default Slack base url',
defaultValue: 'your-slack-base-url')
string(name: 'SLACK_CHANNEL',
pipeline {
parameters {
string(name: 'SLACK_CHANNEL_TOKEN_CREDENTIAL',
description: 'Default Slack token credential',
defaultValue: 'your-token-credential')
string(name: 'SLACK_CHANNEL_BASEURL',
description: 'Default Slack base url',
defaultValue: 'your-slack-base-url')
@yutsengwei
yutsengwei / Angular5-IntroJs.html
Last active June 14, 2019 10:27
Using pure intro.js in Angular 5 [Note]
# 1 . npm install intro.js --save
# 2. @import '~intro.js/minified/introjs.min.css'; to styles.scss
# 3. add to the componenet which you want to show
//add declaration to the top
const IntroJs = require('/pathTo/node_modules/intro.js');