target: 'https://api.ng.bluemix.net',
organization: 'xxxx',
cloudSpace: 'xxxxx',
credentialsId: 'xxxxxx',
selfSigned: true,
resetIfExists: true]); - that failed with 'Invalid Argument exception'
My question is, I heared Cloudbee's has a commericial version that supports CF CLI, but that ability is missing from blueocean. So how should I be able to push the deployments to cloud foundry using Pipleline job.
Thanks,
Sekhar.
#
# Create an image for jenkins blueocean version along with CF CLI installer
#
FROM jenkinsci/blueocean:latest
WORKDIR /var/jenkins_home/
RUN curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&source=github" | tar -zx