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

iOS slave # of executor error in pipeline as code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None

      Slave settings:

      • The # of executor set as 2.
      • The Launch Method is: Launch agent via execution of command on the master:
      ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null devops@my.macmini.com java -jar /Users/devops/slave.jar

      Cannot use launch slave agent via SSH, due to issue: https://issues.jenkins-ci.org/browse/JENKINS-26495

      • Details as below: 

       

      Job execution

      • multiple builds executed at the same time on same node:
      • Jenkins file:
      node ('ios') {
          stage ("Preparation") {
              // repo checkout
          }
          stage ("Build") {
              // npm install
              // npm run my-command
          }
      ...
      }

            Unassigned Unassigned
            marslo Marslo Jiao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: