Guest User

Untitled

a guest
Jan 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def params = [new StringParameterValue('paramName', paramValue)]
  2. def paramsAction = new ParametersAction(params)
  3. jobs.scheduleBuild2(0, paramsAction)
Add Comment
Please, Sign In to add comment