Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can parameterized schedular be used to trigger multiple cron job in a single pipeline? #14

Open
unvaare opened this issue Aug 12, 2020 · 2 comments

Comments

@unvaare
Copy link

unvaare commented Aug 12, 2020

Hi,
Thanks for the awesome plugin, it works fine for a single cron job, but i need multiple instances of it for different agent from same pipeline.

It seems like it doesn't work with multiple cron jobs each in a separate line?

Thanks in advance for the help

@jwmach1
Copy link
Owner

jwmach1 commented Aug 13, 2020

I thought the main fork had that solved. https://github.com/jenkinsci/parameterized-scheduler-plugin. Did you install that one?

@ovcharenko-di
Copy link

@jwmach1 with my cron listed below only first job is triggered. any thoughts why the second job is ignored?

Parameterized Scheduler v1.0

#ERP_Test_Service
H 1 * * * %INFOBASE=ERP_Test_Service#srv-testk-erp02#srv-testk-sql02;CHAT=-55555;CR=tcp://repo/ERP_Dev_Service

#ERP_Test
H 1 * * * %INFOBASE=ERP_Test#srv-testk-erp02#srv-testk-sql02;CHAT=-33333;CR=tcp://repo/ERP_Master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants