Re: Why does my pipeline have 2 workspaces?

2019-09-01 Thread Ramanathan Muthaiah
On Wednesday, August 28, 2019 at 4:18:13 PM UTC+5:30, Toby Hersey wrote: > > Thanks Ram , is that the same for the @2 folders as well? > > Or is that because a build has run 2 in parallel? > Could be a possibility. /Ram -- You received this message because you are subscribed to the Google

Re: how to ignore jenkisnfile from polling for pipeline jobs

2019-09-01 Thread Ramanathan Muthaiah
On Saturday, August 31, 2019 at 12:24:00 AM UTC+5:30, SADHAN wrote: > > the problem i am seeing is if i add polling for the source code repo using > checkout function of jenkinsfile, the job is getting triggered for the > source code changes and also for the jenkisnfiles changes though both are

Re: BuildStrategies doesn't pick ignoreCommitterStrategy from multibranch generator job (i.e, job-dsl way)

2019-09-01 Thread SathyaNarayanan Kumaraswamy
Hi Team, > > I'm trying to implement BuildStrategies --> ignoreCommitterStrategy > approach via multibranch generator job (i.e, job-dsl way), since there are > many existing multibranch-pipeline jobs > > After running seed job (i.e., multibranch generator job) I could see > BuildStrategies getting

Re: Installing All Jenkins Plugins from hpi files.

2019-09-01 Thread Norman Khine
Maybe this is what you are looking for assuming you are using AWS https://github.com/widdix/aws-cf-templates/blob/master/jenkins/jenkins2-ha-agents.yaml#L1128 On Sun, 1 Sep 2019 at 11:53, Miguel Campos wrote: > Hello, > I have a need of being able to "replicate Jenkins masters" I mean ensure >

How to Integrate MySQL Database with Jenkins

2019-09-01 Thread Mohtashim S
I'm on the Jenkins ver. 2.176.1. I wish to connect to mysql database by passing host, port, and credentials in Jenkins pipeline for SELECT / INSERT queries to an existing database table. As, I have understood there is no good plugin that works for MySQL connectivity (tried a couple which

Installing All Jenkins Plugins from hpi files.

2019-09-01 Thread Miguel Campos
Hello, I have a need of being able to "replicate Jenkins masters" I mean ensure that every new Jenkins master I install is exactly the same as the version I defined some time ago. by exactly the same I mean configuration and versions. However I need to have then configured different credentials,