Hi, Have you created some custom scripts which waits for some input to process further ? which holds the job from completing successfully and hence executor is not free. executor wont be free for next pipeline unless first one completes.
Are you using rundeck ? for promotion workflow ? you can try that HTH On Thu, Jun 9, 2016 at 12:07 PM, Vishal Biyani <[email protected]> wrote: > Hi, > > > We have built a pipeline which builds and deploys to Dev environment and > after tests deployed to QA. Beyond QA the promotions waits for input for > deployment to UAT and Pre-Prod. > > Now here is the problem, after artifact has been deployed to QA - > promotion to UAT might happen a day or two later. But since pipeline is not > finished - it holds an executor. > > Is there a way to de-allocate executor and resume after input in a > pipeline? > > Thanks > -Vishal > > > -- > 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/4cb2856a-6d92-4157-b99a-c7c991375185%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/4cb2856a-6d92-4157-b99a-c7c991375185%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CACGLCJZ8Qa7PeVdETZEzRS%2BqS2zepJ1fsMxF8wSmDr2oS%3D9ojA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
