-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
Jenkins 2.126 on Win 2016
Blue Ocean
GitHub Pipeline for Blue Ocean
- I have a Jenkins node master "master" (on Windows) + 1 agent called "Alpha" (on Windows)
- I have an Github Enterprise Repository configured in Jenkins.
- I use a JenkinsFile for the pipeline with this :
pipeline { options { skipDefaultCheckout(true) disableConcurrentBuilds() } agent { label 'Alpha' } .... }
All works well when:
- I start a build manually in Jenkins -> the build is executed with the "Alpha" agent
- I commit on Git => Trigger a build on the "Alpha" agent
But when I create a pull request, the build is executed on the "master" agent
[JENKINS-52216] Pull Request and pipeline agent
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Component/s | New: pipeline-model-definition-plugin [ 21706 ] | |
Component/s | Original: pipeline [ 21692 ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
That is deeply weird - I can't reproduce it. Any chance you could zip/tar up the build directories for a build that does the right thing and one that does the wrong thing? I'm talking about the directories like JENKINS_HOME/jobs/repo-name/jobs/branch-name/builds/123.