Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Paddle does not throw any exception when the Canoe step does not exists #50

Closed
federicoreppucci-deliveroo opened this issue Sep 19, 2021 · 1 comment
Labels

Comments

@federicoreppucci-deliveroo

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, 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.

@me
Copy link
Collaborator

me commented Dec 9, 2022

Closing as the repo is being archived

@me me closed this as completed Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants