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
when a job reference fails with "No nodes matched", the error-handler doesn't get triggered.
Output may look like:
10:40:11 [@ 4-rundeck-jobref][SEVERE] No nodes matched for the filters: NodeSet{excludes={tags=taga, dominant=true, }, includes={tags=tagb, dominant=false, }} 10:40:11 [null@null null null][SEVERE] Could not find matching constructor for: com.dtolabs.rundeck.core.execution.workflow.steps.StepException(com.dtolabs.rundeck.execution.JobReferenceFailureReason, java.lang.String)
The text was updated successfully, but these errors were encountered:
Fix StepException constructor params for #350
5d557e6
gschueler
No branches or pull requests
when a job reference fails with "No nodes matched", the error-handler doesn't get triggered.
Output may look like:
The text was updated successfully, but these errors were encountered: