Re: Example of a working pod with the kubernetes-ci plugin

2018-03-20 Thread Carlos Sanchez
Yes it totally does. You need to open the ports from agent to master On Tue, Mar 20, 2018, 21:19 Fadi Al-Farah wrote: > I'm also interested in this.. Does this plugin support having a Jenkins > master running somewhere else and the slaves in the k8s cluster? > > > On

Re: Example of a working pod with the kubernetes-ci plugin

2018-03-20 Thread Fadi Al-Farah
I'm also interested in this.. Does this plugin support having a Jenkins master running somewhere else and the slaves in the k8s cluster? On Thursday, December 28, 2017 at 4:17:56 PM UTC-5, Vamsi krishna wrote: > > @carlos > i checked the logs but there is nothing showing in the logs

Re: Example of a working pod with the kubernetes-ci plugin

2017-12-28 Thread Vamsi krishna
@carlos i checked the logs but there is nothing showing in the logs jenkins is running outside of the cluster.. so i cant use the jenkins if i run outside the cluster. On Monday, November 21, 2016 at 12:43:08 AM UTC-8, Sébastien Douche wrote: > > Hi folks, > I try with the kubernetes-ci

Re: Example of a working pod with the kubernetes-ci plugin

2017-02-10 Thread Carlos Sanchez
On Saturday, January 28, 2017 at 6:36:55 PM UTC+1, Joe Rhaman wrote: > > Carlos, > > This Plugin clearly doesn't work Please provide a detailed how to at > least rather on how this works. > > This is turning out to be a complete waste of time. > Considering that are over 1200

Re: Example of a working pod with the kubernetes-ci plugin

2017-01-28 Thread Joe Rhaman
Carlos, This Plugin clearly doesn't work Please provide a detailed how to at least rather on how this works. This is turning out to be a complete waste of time. Joe On Monday, December 19, 2016 at 7:44:43 AM UTC, Carlos Sanchez wrote: > > > > On Tue, Dec 6, 2016, 22:37 Daniel Serodio

Re: Example of a working pod with the kubernetes-ci plugin

2016-12-18 Thread Carlos Sanchez
On Tue, Dec 6, 2016, 22:37 Daniel Serodio wrote: > Hi Carlos, > > I'm trying to understand how composing multiple containers (one with the > JNLP slave, another with Maven) in a Pod Template but I can't get the > example pipeline to work. The Jenkins logs show that it's

Re: Example of a working pod with the kubernetes-ci plugin

2016-12-06 Thread Daniel Serodio
Hi Carlos, I'm trying to understand how composing multiple containers (one with the JNLP slave, another with Maven) in a Pod Template but I can't get the example pipeline to work. The Jenkins logs show that it's "Waiting for slave to connect", and after 100 tries it gives up, deletes the Pod

Re: Example of a working pod with the kubernetes-ci plugin

2016-11-24 Thread Sébastien Douche
On Wed, Nov 23, 2016, at 22:12, Carlos Sanchez wrote: Hi Carlos > I suggest using the Kubernetes Jenkins plugin that can do exactly what > you want using pipeline > https://github.com/jenkinsci/kubernetes-plugin/blob/master/README.md#pipeline-support Doesn't work for me:

Example of a working pod with the kubernetes-ci plugin

2016-11-23 Thread Carlos Sanchez
You can't just jump from a container to another, can only share through network or shared filesystem. http://kubernetes.io/docs/user-guide/pods/ I suggest using the Kubernetes Jenkins plugin that can do exactly what you want using pipeline

Example of a working pod with the kubernetes-ci plugin

2016-11-21 Thread Sébastien Douche
Hi folks, I try with the kubernetes-ci to create a pod with a container to do some work (get source code, compile it, etc) and a jnlp container (only used to connect to the Jenkins server). The goal is to avoid the adding of the jnlp binary into all my containers. So I tried this: