https://docs.gitlab.com/ce/ci/yaml/

Maybe, 'when' and 'artifacts:when' in .gitlab-ci.yml are useful.


==
Subject: Continuing after failure
Date: Thu, 1 Jun 2017 23:27:55 -0700 (PDT)
From: Simon M <si...@dreamstartlabs.com>

> Even if a job fails, I would like to continue to the next build step in the 
> script. 
> 
> The reason for this is to upload a notification to slack. Currently, if the 
> test step fails, the notification step doesn't get executed. How can I get 
> the next step in the script to execure even in the event of a failure? 
> 
> I tried using an after_script to solve the problem above, but I don't know 
> how to pass values from one stage to this stage, so I can't actually get 
> any data into the notification. How can I pass values from one stage to the 
> next? 
> 
> Simon
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "GitLab" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to gitlabhq+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/gitlabhq/f4eebc3b-944e-47d1-b3ba-608921ee0ad1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/20170602183546.996C.50F79699%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to