詹金斯“永远保持这个构建”按钮丢失了
Jenkins “Keep this build forever” button is missing
我是我们 Jenkins master 的管理员,但是这个按钮对任何用户的任何构建都不可用。
我发现这个问题有一些相关的答案,因为我们也在使用基于 Matrix 的安全性,但是没有人在任何构建中显示此按钮
是否需要插件才能使用此功能?
我的版本是Jenkins ver. 2.105
永远保留选项仅在相关时出现,这意味着仅当您选择其他选项时 Discard old builds
。如果不是,则无关紧要,请参阅 jenkins users answer
option only appears if you have chosen to Discard Builds
from the config for the job. (i.e. if you have chosen not to discard
any builds have a certain time/build number, then the button won't
show).
我是我们 Jenkins master 的管理员,但是这个按钮对任何用户的任何构建都不可用。
我发现这个问题有一些相关的答案,因为我们也在使用基于 Matrix 的安全性,但是没有人在任何构建中显示此按钮
是否需要插件才能使用此功能?
我的版本是Jenkins ver. 2.105
永远保留选项仅在相关时出现,这意味着仅当您选择其他选项时 Discard old builds
。如果不是,则无关紧要,请参阅 jenkins users answer
option only appears if you have chosen to Discard Builds from the config for the job. (i.e. if you have chosen not to discard any builds have a certain time/build number, then the button won't show).