This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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'); |