Jenkins multi-branch pipeline and specifying upstream projects

2016-08-09 Thread Fred Clausen
Hello All, We currently generate a lot of Jenkins jobs on a per Git branch basis using Jenkins job DSL; the multi-branch pipeline plugin looks like an interesting way to potentially get first-class job generation support using Jenkinsfiles and reduce the amount of Job DSL we maintain. For

Re: Multi-configuration project from parameters.

2016-07-04 Thread Fred Clausen
Mon, Jul 4, 2016 at 5:14 PM Fred Clausen <ftcl...@gmail.com > > wrote: > >> Hello, >> >> We have a artifact cache cleaning job that uses the multi-configuration's >> "configuration matrix" to select slaves to run on (via the "slaves" axis).

Multi-configuration project from parameters.

2016-07-04 Thread Fred Clausen
Hello, We have a artifact cache cleaning job that uses the multi-configuration's "configuration matrix" to select slaves to run on (via the "slaves" axis). Unfortunately we have to manually select slaves and if a new one is added then remember to select that one as well; we'd like to automate

Re: Using Git Credential Manager with Git for Windows.

2016-06-28 Thread Fred Clausen
en.github.io/general/jenkins_windows_slave_prep_with_chef/ [2] Insert Credentials - http://ftclausen.github.io/general/windows_-_inserting_git_credentials_ahead_of_time/ On Tuesday, June 28, 2016 at 11:56:18 AM UTC+10, Mark Waite wrote: > > Not as far as I know. > > On Mon, Jun 27, 2016 at 7:51 PM

Using Git Credential Manager with Git for Windows.

2016-06-27 Thread Fred Clausen
Hello All, The Git for Windows distribution no longer uses the "store" or "winstore" credential store so credentials in the form of a username/password pair cannot be read from a file. I have found a way to

Re: Windows Slave : Undocumented DCOM Issue : "JIException: Service Already Running" after reboot.

2016-06-15 Thread Fred Clausen
. Then the Jenkins master can start up the slave service properly. Cheers, Fred. On Monday, June 6, 2016 at 3:50:23 PM UTC+10, Fred Clausen wrote: > > Hello All, > > We want to use DCOM to control the Windows slaves/nodes because we'd like > to fully automate the slave provisioning process

Re: Windows Slave - Connection reset when "scheduled slave overwrite" happens.

2016-06-15 Thread Fred Clausen
:03 PM UTC+10, Fred Clausen wrote: > > Hello, > > As a follow-up to my other question > <https://groups.google.com/forum/#!topic/jenkinsci-users/fTzb2tEfjDE> > (perhaps > the issue on my other question triggers this issue), once the slave agent > starts successfull

Re: Jenkins SAML + nginx + ELB

2016-06-08 Thread Fred Clausen
Are you setting the " X-Forwarded-Proto" header? This guide might be useful. You could also try and make the "Postback URL" be "http" since that is what the request will arrive as on the Jenkins server itself.

Windows Slave - Connection reset when "scheduled slave overwrite" happens.

2016-06-06 Thread Fred Clausen
Hello, As a follow-up to my other question (perhaps the issue on my other question triggers this issue), once the slave agent starts successfully, we're seeing the connection reset seemingly when the "schedule slave

Windows Slave : Undocumented DCOM Issue : "JIException: Service Already Running" after reboot.

2016-06-05 Thread Fred Clausen
Hello All, We want to use DCOM to control the Windows slaves/nodes because we'd like to fully automate the slave provisioning process and just point Jenkins to a slave and have it connect without having to manually log and in and do the JNLP thing. I've been able to set up a remote Jenkins