We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I thought the main fork had that solved. https://github.com/jenkinsci/parameterized-scheduler-plugin. Did you install that one?
Sorry, something went wrong.
@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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: