Skip to content

Instantly share code, notes, and snippets.

@yutsengwei
Last active September 19, 2018 07:07
Show Gist options
  • Select an option

  • Save yutsengwei/b95544302cf60f18d47a22439edffea6 to your computer and use it in GitHub Desktop.

Select an option

Save yutsengwei/b95544302cf60f18d47a22439edffea6 to your computer and use it in GitHub Desktop.
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',
description: 'Default Slack channel to send messages to',
defaultValue: '#your-slack-channel-name')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment