oleg_nenashev I wanted to get more involved with the core and maybe could take a shot at this issue, any tips to get started on this.
Sladyn Nunes
added a comment - oleg_nenashev I wanted to get more involved with the core and maybe could take a shot at this issue, any tips to get started on this.
As far as I can tell, there is already a REST API that can be used to enable and disable Jenkins jobs.
When I open the "REST API" link at the bottom of a Jenkins freestyle job page, it includes:
Disable/Enable a job
To programmatically disable a job, post to this URL. Similarly post to this URL for enabling this job.
Mark Waite
added a comment - - edited As far as I can tell, there is already a REST API that can be used to enable and disable Jenkins jobs.
When I open the "REST API" link at the bottom of a Jenkins freestyle job page, it includes:
Disable/Enable a job
To programmatically disable a job, post to this URL . Similarly post to this URL for enabling this job.
oleg_nenashev I wanted to get more involved with the core and maybe could take a shot at this issue, any tips to get started on this.