Skip to content

Instantly share code, notes, and snippets.

@connieho15
Created December 22, 2017 19:09
Show Gist options
  • Save connieho15/5e391ded5fe5c22280b61239db9eb959 to your computer and use it in GitHub Desktop.
Save connieho15/5e391ded5fe5c22280b61239db9eb959 to your computer and use it in GitHub Desktop.
properties([
parameters([
string(name: 'releaseType', description: "major, minor, or patch", defaultValue: 'minor')
])
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment