You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
In the canoe-ALG-255-bug.yml file there is only one step defined, called step_name . In the Jenkinsfile-ALG-255-bug file there are 2 stages: the former runs the canoe step step_name , the latter runs the canoe step step_different_name - that does not exist.
Jenkins does not fail when it tries to run the step step_different_name, and probably the reason is that Paddle does not throw an exception when the canoe step does not exist in the yaml canoe file.
The text was updated successfully, but these errors were encountered:
When a canoe step does not exist in the yaml canoe file, Paddle doesn't throw any exception.
Example:
In the
canoe-ALG-255-bug.yml
file there is only one step defined, calledstep_name
. In theJenkinsfile-ALG-255-bug
file there are 2 stages: the former runs the canoe stepstep_name
, the latter runs the canoe stepstep_different_name
- that does not exist.Jenkins does not fail when it tries to run the step
step_different_name
, and probably the reason is that Paddle does not throw an exception when the canoe step does not exist in the yaml canoe file.The text was updated successfully, but these errors were encountered: