-
Notifications
You must be signed in to change notification settings - Fork 49
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
NullPointerException when execution has no Job #202
Comments
Same when the execution is an ad-hoc command. It seems weird for such a bug to exists for so long, am I doing something wrong ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Funny as I have tested something, and it seems the client fails only if a format output is given (with Also what the hell ? Issues automatically get labeled "wontfix" when noone from rundeck answers the issue ? It doesn't change the fact that the code is broken and needs fixing ? (I understand that the actual open-source community lacks maintainers for a lot of projects, but this one has a company providing support, so it should have a minimal work done on OSS solutions...) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is nuts. It's not because noone had time to acknowledge this bug that it is stale or deserves to be closed >< |
sorry, the stale bot is a bit aggressive!! I will remove or disable it, i don't like that behavior!! @mveroone |
fix #202 format exec list for adhoc should work
while running :
rd executions deletebulk -p wproject> --older 28d -y
i came upon this error :This line in the code does a
getJob()
.But API reference (v23 or v27) speicifes that the fiels
<job>
is optional when querying for a list of executions.that seems like a big bug and I can't understand how noone ever faced it before, although I couldn't find during my search
The text was updated successfully, but these errors were encountered: