-
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.