-
Notifications
You must be signed in to change notification settings - Fork 52
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
Parameterized Scheduler Not Kicking Off #4
Comments
Was there any information in the Jenkins Log? On Tue, May 31, 2016 at 4:12 PM, Gashzilla [email protected] wrote:
|
Did you ever figure this out. Happening to me now. |
Same here. |
Confirming. There must be no spaces between semicolon and the second parameter name. |
We figured out that if you define multiple entries the time must also differ so that the jobs are scheduled. This is not totally obvious |
I have a Jenkins job with Choice parameter and schedule looks like this However, build does not seem to be triggered at all. Does anyone have any idea ? |
So, your goal is to run this build on the zero'd minute of the fourteenth hour -- 14:00 (2pm)? cron doc Does the build have a parameter named 'name'? Make sure that parameter name is the same you used to configure the build. Also, play with the white space around the %. check your Jenkins system logs messages. Clearly, the parsing logic could be better. :-) |
Has anyone figured this out? Doesn't work for me as well. Plugin version 0.5. Jenkins version 2.60.2 and The parameter name is GIL. |
Restarting Jenkins (Maybe it is better to add it as a prerequisite for the plugin installation?) solved the problem. |
Oh for *'s sake add "restart needed" to installation of this plugin. I just spent an hour figuring out why it is not working. Plugin's installation did not say anything about needed restart, unlike some other plugins, so I didn't do it. |
Hi, even if you properly restart Jenkins, periodic scheduler seems not to work properly
And jenkins v2.164.3 |
Any update, please ? |
Hey @sustacek, @gilShin, |
Hi @vibhavagrawal, |
did any one get it to work ? tried this as well:
|
Facing a similar issue, anyone found a fix for this? |
Hello. I'm not entirely sure where to turn. The basic gist of this is:
Any ideas?
The text was updated successfully, but these errors were encountered: