-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
* Operating System: Jenkins Master: Ubuntu 16.04 LTS 64bit; Slave: iOS 10.12.4, 64bit
* JRE/JDK vendors and versions: Jenkins Master: 1.8.0_121
* Jenkins Master: 2.46.2; SSH Slaves plugin: 1.17
* Running Jenkins directly (Not in container)
* Jenkins installation: sudo apt install jenkins
* Web Browser: Chrome 58.0.3029.96 (64-bit) (latest)
* Operating System: Jenkins Master: Ubuntu 16.04 LTS 64bit; Slave: iOS 10.12.4, 64bit * JRE/JDK vendors and versions: Jenkins Master: 1.8.0_121 * Jenkins Master: 2.46.2; SSH Slaves plugin: 1.17 * Running Jenkins directly (Not in container) * Jenkins installation: sudo apt install jenkins * Web Browser: Chrome 58.0.3029.96 (64-bit) (latest)
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 } ... }
[JENKINS-44267] iOS slave # of executor error in pipeline as code
Description |
Original:
h2. 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: !pipeline-executor-2.png! h2. Job execution multiple builds executed at the same time on same nod !pipeline.png! |
New:
h2. 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: !pipeline-executor-2.png! h2. Job execution * multiple builds executed at the same time on same node: * !pipeline.png! |
Description |
Original:
h2. 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: !pipeline-executor-2.png! h2. Job execution * multiple builds executed at the same time on same node: * !pipeline.png! |
New:
h2. Slave settings: * The *# of executor* set as {{2}}. * The Launch Method is: *Launch agent via execution of command on the master*: {code:java} ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null devops@my.macmini.com java -jar /Users/devops/slave.jar{code} Cannot use *launch slave agent via SSH*, due to issue: https://issues.jenkins-ci.org/browse/JENKINS-26495 * Details as below: !pipeline-executor-2.png! h2. Job execution * multiple builds executed at the same time on same node: !pipeline.png! * Jenkins file: {code:java} node ('ios') { stage ("Preparation") { // repo checkout } stage ("Build") { // npm install // npm run my-command } ... }{code} |
Description |
Original:
h2. Slave settings: * The *# of executor* set as {{2}}. * The Launch Method is: *Launch agent via execution of command on the master*: {code:java} ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null devops@my.macmini.com java -jar /Users/devops/slave.jar{code} Cannot use *launch slave agent via SSH*, due to issue: https://issues.jenkins-ci.org/browse/JENKINS-26495 * Details as below: !pipeline-executor-2.png! h2. Job execution * multiple builds executed at the same time on same node: !pipeline.png! * Jenkins file: {code:java} node ('ios') { stage ("Preparation") { // repo checkout } stage ("Build") { // npm install // npm run my-command } ... }{code} |
New:
h2. Slave settings: * The *# of executor* set as {{2}}. * The Launch Method is: *Launch agent via execution of command on the master*: {code:java} ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null devops@my.macmini.com java -jar /Users/devops/slave.jar{code} Cannot use *launch slave agent via SSH*, due to issue: https://issues.jenkins-ci.org/browse/JENKINS-26495 * Details as below: !pipeline-executor-2.png! h2. Job execution * multiple builds executed at the same time on same node: !pipeline.png! * Jenkins file: {code:java} node ('ios') { stage ("Preparation") { // repo checkout } stage ("Build") { // npm install // npm run my-command } ... }{code} |
Summary | Original: iOS salve # of executor error in pipeline as code | New: iOS slave # of executor error in pipeline as code |
Component/s | New: command-launcher-plugin [ 23169 ] | |
Component/s | Original: slave-utilization-plugin [ 17575 ] |
Component/s | New: core [ 15593 ] |
It has been submitted to a wrong component and hence it has been never processed.
Assigned to proper components though I cannot conclude whether it is an issue or not by screenshots. I would need an API dump for such agent. Maybe some tasks are just flyweight ones