Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56618

Build slaves do not start when requested by pipeline

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core, pipeline
    • Jenkins ver. 2.164.1 LTS
      java version "1.8.0_131"

      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

          Christian Gredig created issue -
          Christian Gredig made changes -
          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
          Christian Gredig made changes -
          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.

            Unassigned Unassigned
            konzertheld Christian Gredig
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: