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.
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
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