You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found an issue using rundeck-cli to disable/enable executions of a project.
Steps to repreduce:
Setup a Job to run once a minute
Check its working (only necessary to start, does not matter if its succeeds or not)
use rundeck-cli to disable executions for the project rd projects configure update --project <your-project> -- --project.disable.schedule=true --project.disable.executions=true
wait for the next execution time (nothing will happen, as expected), UI shows "executions disabled"
use rundeck-cli to enable executions again rd projects configure update --project <your-project> -- --project.disable.schedule=false --project.disable.executions=false
wait for the next executions time (nothing will happen again), UI shows next scheduled time
Why is this a rundeck-cli issue? If you perform the same process using the UI, everything works as expected. Also disabling/enabling projects executions via UI after the bug was triggered fixed the issue.
In addition: a restart of the Rundeck instance does not fix the issue.
We found an issue using rundeck-cli to disable/enable executions of a project.
Steps to repreduce:
rd projects configure update --project <your-project> -- --project.disable.schedule=true --project.disable.executions=true
rd projects configure update --project <your-project> -- --project.disable.schedule=false --project.disable.executions=false
Why is this a rundeck-cli issue? If you perform the same process using the UI, everything works as expected. Also disabling/enabling projects executions via UI after the bug was triggered fixed the issue.
In addition: a restart of the Rundeck instance does not fix the issue.
UPDATE:
OS: Debian GNU/Linux 10 (buster)
Rundeck: 3.4.10-20220118
Rundeck-CLI: v2.0.1
The text was updated successfully, but these errors were encountered: