Guest User

Untitled

a guest
Apr 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. steps {
  2. parameterPoolBuilder {
  3. // Multiple projects can be specified to check for values.
  4. projects(testsString)
  5. // Name for the parameter.
  6. name('username')
  7. // Values for the parameter pool.
  8. values('qa1, qa2, qa3, qa4, qa5, qa6, qa7, qa8, qa9, qa10')
  9. // Check if you want the job to prefer parameter values from failed builds.
  10. preferError(false)
  11. }
  12.  
  13. shell("mkdir -p output")
  14. }
Add Comment
Please, Sign In to add comment