iOS slave # of executor error in pipeline as code

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Critical
    • Environment:

      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
          }
      ...
      }

            Assignee:
            Unassigned
            Reporter:
            Marslo Jiao
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: