-
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
run command fails with exit code 2, while succeeded in rundeck #65
Comments
is this running a job, or an adhoc command? Can you run using I'm primarily interested in the final response when this occurs for an execution. example:
|
Here is the final response, when I get exit code {
"id": "233855",
"offset": "0",
"completed": false,
"message": "Pending",
"execCompleted": false,
"hasFailedNodes": false,
"execState": "scheduled",
"execDuration": -115,
"entries": []
} |
And yes, I run a specific job not |
huh, ok thanks |
can you paste your full |
|
that's very strange. the I was able to reproduce it using |
Fix #65 run -f halts before job execution finishes
I think it's related to #39
The text was updated successfully, but these errors were encountered: