Re: Kubernetes plugin cloud not found error

2018-03-15 Thread Carlos Sanchez
You need to use "add cloud" in jenkins configuration On Wed, Mar 14, 2018, 06:38 Prasanna Ranganathan wrote: > Hi, > > I was trying the kubernetes plugin. I installed and configured the > kubernetes setup connection test was successfull. > and tried the below code. > > def label = "mypod-${UUID.

Re: Kubernetes plugin cloud not found error

2018-03-14 Thread JonathanRRogers
On Wednesday, March 14, 2018 at 9:38:23 AM UTC-4, Prasanna Ranganathan wrote: > > Hi, > > I was trying the kubernetes plugin. I installed and configured the > kubernetes setup connection test was successfull. > and tried the below code. > > def label = "mypod-${UUID.randomUUID().toString()}"echo

Kubernetes plugin cloud not found error

2018-03-14 Thread Prasanna Ranganathan
Hi, I was trying the kubernetes plugin. I installed and configured the kubernetes setup connection test was successfull. and tried the below code. def label = "mypod-${UUID.randomUUID().toString()}"echo "Label:" + labelpodTemplate(label: label) { node(label) { stage('Run shell') { sh 'echo hel