Re: Jenkins plugin to access Kubernetes API

2018-10-21 Thread sagar utekar
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

Jenkins and kubernetes cluster communication

2018-10-21 Thread sagar utekar
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

Re: Jenkins plugin to access Kubernetes API

2018-10-21 Thread olivier blanc
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...@

Re: Jenkins plugin to access Kubernetes API

2018-10-21 Thread olivier blanc
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

Re: How to use certificate files using withCredentials

2018-10-21 Thread olivier blanc
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