Advertisement
ansyeb

Untitled

Aug 1st, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. parameters {
  2. choice(
  3. choices: ['dev' , 'test', 'prod'],
  4. description: '',
  5. name: 'ENV')
  6. string (
  7. defaultValue: '',
  8. description: 'Jira CMR key, required for building to TEST and PROD',
  9. name : 'CMR_KEY')
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement