Executing script even if they are failures in yml file
Clash Royale CLAN TAG#URR8PPP
Executing script even if they are failures in yml file
Hi All I am tying to setup a RestAPI pipeline in aws codebuild. I have custom Newman docker. I have a build command that will failure but I want to execute the rest of the commands as well. but shell stops executions other commands when the Newman command fails. how to execute other commands in yml file.
1 Answer
1
One simple way would be:
Source:
https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-cmd.html
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
How is this related to jenkins?
– StephenKing
7 mins ago