43

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
r.rodriguez
  • 907
  • 2
  • 9
  • 12

6 Answers6

33

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

Leonard Brünings
  • 12,408
  • 1
  • 46
  • 66
6

To delete any job from Gui,Go to your job and on left side,click on delete project.

abhinav
  • 411
  • 6
  • 7
5

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

dain
  • 6,475
  • 1
  • 38
  • 47
5

To delete the project itself, "Delete Project" in the left sidebar after clicking on the job.

Delete Project

pkamb
  • 33,281
  • 23
  • 160
  • 191
1

Go to project which you want to delete, in upper left frame, you can see delete (maven, if it is maven project) project.

iam
  • 11
  • 1
0

If this is a maven project then in the left side panel, you can see the option as delete maven project. If this is a git or other project then in the job dashboard just right the of the job name you will find an arrow mark dropdown which one option delete the organization. click on that and your job will be deleted.

Ananta Chandra Das
  • 1,865
  • 2
  • 14
  • 18