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
If i run rd to delete executions in rundeck - as a rundeck job:
rd executions deletebulk -y --older 2w -m 0 -p
And rd found nothing to delete:
No executions found to delete # Page [1/0] results 1 - 0 (of 0 by 10000).
The Result of rd is 2 and not 0:
Result: 2 Failed: NonZeroResultCode: Result code was 2
But finding nothing is not an error and the frontend then unfortunately shows an unsuccessful execution.
The text was updated successfully, but these errors were encountered:
c0eca5b
Merge pull request #170 from rundeck/issue/168
7e05ef5
Fix #168 add --require to executions deletebulk
No branches or pull requests
If i run rd to delete executions in rundeck - as a rundeck job:
rd executions deletebulk -y --older 2w -m 0 -p
And rd found nothing to delete:
The Result of rd is 2 and not 0:
But finding nothing is not an error and the frontend then unfortunately shows an unsuccessful execution.
The text was updated successfully, but these errors were encountered: