Having a job of type pipeline with a code like this:
node("my-node") { sh 'ls -la' }
does not spin up a node "my-node" with a configuration of "start agent on request and go offline on inactivity".
Wait time for starting is 0. Wait time for offline is 1.
[JENKINS-56618] Build slaves do not start when requested by pipeline
Description |
Original:
Having a job of type pipeline with a code like this: {code:java} node("my-node") { sh 'ls -la' } {code} |
New:
Having a job of type pipeline with a code like this: {code:java} node("my-node") { sh 'ls -la' } {code} does not spin up a node "my-node" with a configuration of "start agent on request and go offline on inactivity". |
Labels | New: node pipeline slave |
Description |
Original:
Having a job of type pipeline with a code like this: {code:java} node("my-node") { sh 'ls -la' } {code} does not spin up a node "my-node" with a configuration of "start agent on request and go offline on inactivity". |
New:
Having a job of type pipeline with a code like this: {code:java} node("my-node") { sh 'ls -la' } {code} does not spin up a node "my-node" with a configuration of "start agent on request and go offline on inactivity". Wait time for starting is 0. Wait time for offline is 1. |