Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When run interactively, the user will be prompted for these at pipeline start time like so:

...

Similarly, users can be prompted to make a choice from a selection…

Code Block
parameters {
    choice (name: 'targetEnvironment', choices: ['qa', 'perf', 'prod'], description: 'Deploy to environment')
}

...