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
Uploading a job xml fails if the contents of a command step is simply "false":
<command> <exec>false</exec> </command>
The text was updated successfully, but these errors were encountered:
Fix job XML parsing: boolean datatype in text #353
b06130b
Job name="false" also causes xml parse error
Sorry, something went wrong.
Don't automatically guess datatypes rundeck#353 rundeck#356
ab2793a
Add tests for xml datatypes for rundeck#353
c1987e0
9bd6f88
gschueler
No branches or pull requests
Uploading a job xml fails if the contents of a command step is simply "false":
The text was updated successfully, but these errors were encountered: