Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete a Jenkins Build via GUI

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?

like image 228
r.rodriguez Avatar asked Nov 03 '11 12:11

r.rodriguez


People also ask

How do you abort a build in Jenkins UI?

Abort the job by clicking the red X next to the build progress bar. Click on "Pause/resume" on the build to pause. Click on "Pause/resume" again to resume the build.

How do I delete all builds in Jenkins?

Go to a Job (Any type of) or a Folder and click on the "Purge Build History" link on the left menu. Select none or all of the options. Reset build number to 1: Resets the next build number 1 if all the builds are deleted.

How to delete a project from Gui?

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". Show activity on this post. To delete any job from Gui,Go to your job and on left side,click on delete project. Show activity on this post.

What's new in the Jenkins user interface?

In addition to a bit of a refresh of the look of these forms, this new effort focuses on the importance of dividing information and presentation into clear categories that ideally are meaningful to both new and veteran users of Jenkins alike.

Why are Jenkins plugins so difficult to manage?

Adding each new plugin progressively aggravates the situation, and consequently, as your Jenkins installation grows in sophistication and robustness, the average users ability to find the fundamental configuration settings in the sea of ad-hoc options diminishes.

How do I delete a build from a project?

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". Show activity on this post.


1 Answers

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".

like image 50
Leonard Brünings Avatar answered Oct 11 '22 05:10

Leonard Brünings