How to throttle Jenkins node with number of jobs in a specific state?
I want to optimize the load of the server that host Jenkins node:
Allow the jobs that actively using CPU to utilize the server up to its declared capacity (e.g. run as many as CPU cores the host has) while allowing the jobs that are not really using CPU to run freely.
The most straightforward thing for my purposes would be to put a restriction on node which would limit only the number of jobs that are not in “waiting for child job to complete” state.
How to throttle Jenkins node with number of jobs in a specific state?
I want to optimize the load of the server that host Jenkins node:
Allow the jobs that actively using CPU to utilize the server up to its declared capacity (e.g. run as many as CPU cores the host has) while allowing the jobs that are not really using CPU to run freely.
The most straightforward thing for my purposes would be to put a restriction on node which would limit only the number of jobs that are not in “waiting for child job to complete” state.
Active Choices Parameter usage with Active Choices Reactive Parameter
i am trying to have one active choice parameter that called pg1 as shown below with checkboxes value
Active Choices Parameter usage with Active Choices Reactive Parameter
i am trying to have one active choice parameter that called pg1 as shown below with checkboxes value
Active Choices Parameter usage with Active Choices Reactive Parameter
i am trying to have one active choice parameter that called pg1 as shown below with checkboxes value
Active Choices Parameter usage with Active Choices Reactive Parameter
i am trying to have one active choice parameter that called pg1 as shown below with checkboxes value
Active Choices Parameter usage with Active Choices Reactive Parameter
i am trying to have one active choice parameter that called pg1 as shown below with checkboxes value
jenkins – how to show the Pipeline Graph View in the build page
I’ve seen the Pipeline Graph View shows ( <div class="PWGx-PipelineGraph-container">
in html ) in official jenkins pipeline as below ( i.e.: https://ci.jenkins.io/job/Core/job/jenkins/job/master/6501/ ):
which Jenkins plugin is allowing me to include contents of files in my email? it works, but why?
I’m using the editable email notifications plugin in Jenkins, and in the email body I specified this:
How do I use the Jenkins workspace cleanup plugin?
I installed the https://wiki.jenkins-ci.org/display/JENKINS/Workspace+Cleanup+Plugin 0.46