Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See who disabled a build in Jenkins

Tags:

jenkins

Is it possible to see the user who disabled a build in Jenkins? Either via the UI, the admin console or using a plugin?

like image 327
Aleksander Blomskøld Avatar asked Jul 17 '12 08:07

Aleksander Blomskøld


People also ask

What does disable project do in Jenkins?

Disables the job, so that no new builds will be executed until the project is re-enabled.

How do I enable disabled jobs in Jenkins?

The Job Configure permission is bounded to the disable/enable function in each job, that's true. One alternative to disable/enable jobs without the corresponding permission is to create new jobs which do this internally. For example, a job that needs job names as parameters, and disables them.

Is project disabling possible in Jenkins?

You can simply use the "Disable Project" option from Jenkins 2.89. 4 onward in order to disable the pipeline Jobs. Save this answer.

How do I temporarily disable Jenkins?

In order to prevent Jenkins from executing any jobs, you need to put it in "quiet down" mode when it starts up. There are two ways you can do this. You can install and use the Quiet Start plugin. This will give you a UI option to restart Jenkins and have it be in "quiet down" mode when it starts up.


1 Answers

Yes you can see it using Job config history plugin

like image 123
Arnestig Avatar answered Nov 16 '22 02:11

Arnestig