ayyrex
ayyrex

Reputation: 393

Jenkins “Keep this build forever” button is missing

I am an admin on our Jenkins master but, this button is not available for any builds for any user.

I found this question which has a somewhat relevant answer since we are also using Matrix-based security, however no one has this button showing up on any build

Is there a plugin required to have this feature available?

What each build looks like

My version isJenkins ver. 2.105

Upvotes: 15

Views: 12789

Answers (1)

Ori Marko
Ori Marko

Reputation: 58892

Keep forever option appears only when relevant, meaning only if you opt in on other option Discard old builds. If not it's irrelevant see 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).

Upvotes: 20

Related Questions