Git checkout failed on slave

2018-10-02 Thread Nati Mirauta
Hello, I have one master node and a slave node I run my Jenkins jobs unto and I encountered a problem recently. I am unable to checkout a repository from Git on my slave through a Jenkins pipeline. Locally, checking out a branch on my repository works fine, cloning, pushing, pulling, everything

Re: [CONCURRENT BUILDS] Run on master, run on slave and then sit in queue

2018-08-26 Thread Nati Mirauta
into the queue. > > Regards > Daniel > > On Fri, 24 Aug 2018, 12:58 Nati Mirauta, > > wrote: > >> Hello, >> >> I would like to know if there is a way to run a job on master once and >> after another build request, instead of having the job stay i

[CONCURRENT BUILDS] Run on master, run on slave and then sit in queue

2018-08-24 Thread Nati Mirauta
Hello, I would like to know if there is a way to run a job on master once and after another build request, instead of having the job stay in queue I would want the job to run on slave and then after it runs both on master and on slave, after the next build request it will have to sit in queue.