Hi Ari, AFAIK, the release plugin is supported with pipelines: https://issues.jenkins-ci.org/browse/JENKINS-40765 (release 2.7+). Regarding the promoted build plugin, I'm afraid it's still an open topic: https://issues.jenkins-ci.org/browse/JENKINS-36089
Input command is the one I used in the past, you need to be sure to run the input step outside of the node section to avoid to allocate an executor to that particular step (https://stackoverflow.com/questions/37831386/jenkins-pipeline-input-step-blocks-executor). Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7d4c0139-d608-41dd-b4dd-3cb0a8268ccc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
