-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Blocker
-
Component/s: pipeline
-
Environment:WS2019, Jenkins 2.332.1, see attachment for plug-ins/versions
Similar symptoms to JENKINS-52216 Pull Request and pipeline agent - Jenkins Jira
Jenkinsfile specifies agent label:
pipeline {
 agent { label 'agent-name'}
 environment { ...
And this works fine for Feature branch work but Pull Requests seem to ignore this and try and build on the Jenkins Controller which then breaks.