Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@prachikhadke
Last active September 27, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prachikhadke/88c43ab3688830585570770dc800d542 to your computer and use it in GitHub Desktop.
Save prachikhadke/88c43ab3688830585570770dc800d542 to your computer and use it in GitHub Desktop.
node {
properties([
parameters([
string(name: 'DEPLOY_ENV', defaultValue: 'TESTING', description: 'The target environment', )
])
])
stage("Initialize") {
echo "echo ${params.DEPLOY_ENV}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment