I finale use the kubernetes cli plugin that does the job.
--
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 it, send an email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view
Here is a code example :
label = "worker-${UUID.randomUUID().toString()}"
cloudName="MyCloudNameDefinedInJenkinsMainConfiguration"
podTemplate (
cloud: cloudName,
label: label,
yaml: """
apiVersion: v1
kind: Pod
metadata:
labels:
some-label: ${label}
spec:
containers:
- na
I tried Kubernetes cli plugin and it feets pretty well to my needs.
Regards
Olivier
--
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 it, send an email
to jenkinsci-users+unsubscr...@
Hi all,
I have Jenkins and minikube setup running kubernetes locally on my machine. I
am trying to deploy container from private docker registry to minikube
kubernetes cluster. I tried to follow official doc and searched on internet for
same but there is no any clear documentation for this. Ple
On Thursday, October 4, 2018 at 10:45:19 PM UTC+5:30, olivier blanc wrote:
> I am looking for a Jenkins plugin to interact with kubernetes api from
> jenkins pipeline.
> Is there such a plugin ?
> Thanks
> Olivier
Have you solved this issue, I am also looking for solution for same thing.
--
You