-
Improvement
-
Resolution: Fixed
-
Major
-
None
I have a master-slave. A build may run on either one of them depending on availability and/or via a manual trigger.
If the build runs on the slave a separate build step needs to be run (eg: update application, pipe messages to an external service, etc).
The conditonal-buildstep plugin does not directly implement any conditions, it reuses the ones provided by the run-condition plugin https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin
So all this takes it to add a new condition implementation...