Delete a Jenkins Build via GUI

后端 未结 4 606
星月不相逢
星月不相逢 2021-02-11 14:20

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 m

相关标签:
4条回答
  • 2021-02-11 14:26

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

    0 讨论(0)
  • 2021-02-11 14:30

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

    0 讨论(0)
  • 2021-02-11 14:35

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

    0 讨论(0)
  • 2021-02-11 14:36

    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

    0 讨论(0)
提交回复
热议问题