-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
Jenkins: 2.1
git-client-plugin: 1.19.6
Pipeline: SCM Step: 2.1
We don't want to run any user defined code on our master in order to make behavioral guarantees about the node. See the google groups discussion for more information: https://groups.google.com/forum/#!topic/jenkinsci-users/FRfL4RHAYnk
We'd like to be able to set a specific label that can be used for running the flyweight executors
The flyweight executors are just a fiction for visualization. Pipeline script runs inside the master JVM. There is no way to run it elsewhere without a major reimplementation.