Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I delete a build from the Jenkins GUI? I know that I can delete the directory from the 'jobs' folder, but I want to do it from the GUI. Is it also possible to delete multiple builds?

share|improve this question

2 Answers

up vote 4 down vote accepted

If you go into the build you want to delete and if you have the permissions to delete, then you will see on the upper right corner a button "Delete this build".

share|improve this answer
2  
Thank you, and there is a way to delete a group of builds? – r.rodriguez Nov 3 '11 at 12:55
Not easily that I'm aware of. – Mike Nov 3 '11 at 16:29

For deleting the entire build history you can do this:

Given your Hudson job is named FooBar,

  • rename FooBar to FooBar-Copy
  • create a new job named FooBar, using 'Copy existing job' option, from FooBar-Copy
  • delete FooBar-Copy

Source: http://jenkins.361315.n4.nabble.com/Possible-to-remove-all-build-data-and-reset-build-1-td1458487.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.