Skip to content

Instantly share code, notes, and snippets.

@sunnoy
Created September 26, 2019 11:13
Show Gist options
  • Save sunnoy/cf0cd3985fcc39677fdb1e628c19e820 to your computer and use it in GitHub Desktop.
Save sunnoy/cf0cd3985fcc39677fdb1e628c19e820 to your computer and use it in GitHub Desktop.
when-params.sh
when {
expression {
params.name == 'a' ||
params.name == 'd' ||
params.name == 'f'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment