Re: Blueocean - Cloud Foundry plugin for Jenkinsfile pipeline

2017-02-07 Thread Sekhar Kari
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

Blueocean - Cloud Foundry plugin for Jenkinsfile pipeline

2017-02-05 Thread James Dumay
You will need to customize the Blue Ocean image to contain the cf executable and use your new image instead of the one we provide. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from

Blueocean - Cloud Foundry plugin for Jenkinsfile pipeline

2017-02-03 Thread Sekhar Kari
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