Yes, that's right. If any step fails the build is marked failed and would
suspend.
On Thursday, February 9, 2017 at 7:49:34 AM UTC+5:30, Sharan Basappa wrote:
>
>
> I would like to know if I have multiple steps in my pipeline script and if
> any one of the steps fails then subsequent steps would
See if this helps
http://blogs.atlassian.com/2013/05/git-automatic-merges-with-server-side-hooks-for-the-win/
u may not be doing server side hooks, but u can write the similar script
and invoke from pipeline.
On Thursday, February 9, 2017 at 11:31:48 AM UTC+5:30, Sharan Basappa wrote:
>
> The i
Thanks James, I actually did this before.
When I tried the I see that the volume gets over-written and some how the
CF executable is still missing from the new image. Below is my Dockerfile.
I see that the curl script downloaded and extracted the cf tool, but there
are some intermittent contain
Installed Blueocean from the docker image docker pull jenkinsci/blueocean.
I wanted to include a Cloud Foundry Deployment step(sh cf push) in my
pipeline and stuck with the error
script.sh: line 1: cf: not found
I knew what's happening - as there is no compatiable CF CLI plug-in the
script com