Re: Jenkins IIS Reverse Proxy

2019-01-22 Thread Chad Ruppert
Terry, did you ever get this resolved? On Friday, June 2, 2017 at 10:17:28 AM UTC-4, Terry Lacy wrote: > > Thanks, Stephen. > > Yes, I would certainly like to fix it. I'm sure it will break something > down the road. But I can't find a working configuration anywhere. > > Any. Where. > > Terry >

Principle Build and Release Engineer

2016-07-01 Thread Chad Gross
p;JID=206237 If interested, please send me your updated resume (chad dot gross at renaissance dot com). Also, send me some available times when we can connect for a quick chat. Renaissance is the leader in K-12 education, which is an industry ready for serious technological disruption. We

Re: Getting rid of multiple workspaces for a job

2014-04-03 Thread Chad Jarrett
So, each machine I use only has 1 executor and I don't allow concurrent builds to be run in the job. We also are running matrix configuration jobs where the parent job is running on that machine while another job is running would that cause it to do that as well? On Sunday, March 9, 2014 5:43:1

Getting rid of multiple workspaces for a job

2014-03-06 Thread Chad Jarrett
cked so I'm not entirely sure why it's doing the workspace isolation. Is there anyways to prevent this from happening? Thanks! Chad -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

RE: Cannot find parent pom, but it IS there

2012-08-29 Thread Davis, Chad
at? > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Davis, Chad > Sent: Wednesday, August 08, 2012 8:47 AM > To: jenkinsci-users@googlegroups.com > Subject: RE: Cannot find parent pom, but it IS ther

RE: Cannot find parent pom, but it IS there

2012-08-08 Thread Davis, Chad
> In old versions of Jenkins/Hudson, the -U flag is not used for the POM > parsing step (although it is used for the build step) leading to > inconsistencies depending on the state of > your local repository. > My projects use a private repository, if that matters. Isn't there anyway to set t

RE: Cannot find parent pom, but it IS there

2012-08-08 Thread Davis, Chad
> What is your directory structure? That is where is your parent Pom relative to > your child project > My parent pom is not in a hierarchical directory structure. This is not a requirement, is it? It should resolve from my nexus repository though. And it does from my local build, just not

Jenkins LDAP Query

2012-02-24 Thread Chad
Hello: spending the last few days trying to get Jenkins to auth w/ LDAP, I'm still stuck. After setting up my LDAP server in the Jenkins configuration screen, when I attempt to log in, I can see that Jenkins does a few things from the OpenLDAP log files. 1) I connect via ldaps, so the TLS connect

Re: Correctly Configuring LDAP

2012-02-20 Thread Chad
m wondering why the dn includes every attribute encased in quotes, and then the ou=people,dc=mydomain,dc=com? Is it supposed to do this? Shouldn't it just be "uid=test,ou=people,dc=mydomain,dc=com"? On Feb 20, 3:36 pm, Chad wrote: > Also, here is the log output from OpenLDAP that

Re: Correctly Configuring LDAP

2012-02-20 Thread Chad
=34 text=invalid DN Feb 20 11:29:44 mydomain slapd[1912]: conn=4185 fd=13 closed (connection lost) On Feb 20, 1:37 pm, Chad wrote: > Hello: > > I have an OpenLDAP server running ldaps. It's a very simple and basic > configuration that I use for identity management for linux box

Correctly Configuring LDAP

2012-02-20 Thread Chad
Hello: I have an OpenLDAP server running ldaps. It's a very simple and basic configuration that I use for identity management for linux boxes. My structure is as follows: Root DSE dc=mydomain,dc=com ou=group objectClass: posixGroup cn: admins