-
Bug
-
Resolution: Unresolved
-
Critical
-
Jenkins 2.107.3 LTS
parameterized-scheduler 0.5
Jenkins official Docker image
Reproduction steps on my side:
- new item
- project name "test-parameterized-scheduler"
- Check "This project is parameterized"
- name: some_string
- Default Value: some_value
- Save job
- Configure job again
- Check "Build periodically with parameters"
- Schedule:
* * * * * % some_string=blah
- Schedule:
- Build section
- Execute shell
echo "testing"
- Execute shell
- Save
Job never fires off
Please let me know what log files you may need. I don't think I can submit a support bundle outright, as it would contain our hostnames in our private organization.
We've faced with the same problem
Jenkins ver. 2.107.3 LTS running in off docker image
Sometimes the scheduled job does fire, but in absolutely random time and date, for example a weekly job instead of Sun 5:32:56 AM has started on Mon 11:27:13 AM.
It seems to be somehow connected to git plugin(s), we have added a few jobs a couple days ago, each one polls github pull requests every 4 minutes, after disabling the polling, finally got scheduler work
There are no any errors in logs so still playing with the settings, if there is any way to fix it without disabling polling that could be awesome