Delete a Jenkins Build via GUI

后端 未结 3 1060
你的背包
你的背包 2021-02-11 14:21

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

3条回答
  •  迷失自我
    2021-02-11 14:31

    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

提交回复
热议问题