Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Go to JENKINS_URL/script
  2.  
  3. Run this groovy:
  4.  
  5. item = Jenkins.instance.getItemByFullName("content-audit-tool/master")
  6. item.updateNextBuildNumber(371)
  7.  
  8. We had to do this because we forked a project in github, and our release tags were based on the jenkins build number. So we wanted to start the numbering of the new CI builds where we left off.
Add Comment
Please, Sign In to add comment