Git authentication issue on slave

2015-03-03 Thread Robert Daniels
We have a private enterprise github system and we use ssh keys for authentication. I'm running a linux slave, logging in from Jenkins as the same user as I would directly on the slave VM. However, git commands are coming back with an error in the script: + git pull Permission denied (publicke

Re: slave script will not correctly execute binary

2015-03-03 Thread Robert Daniels
renamed it prep_my_build might be a java specific issue not recognizing it? On Monday, March 2, 2015 at 4:30:18 PM UTC-5, LesMikesell wrote: > > On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels > > wrote: > > i have a binary that i wrote from C that prepares folders on

Re: slave script will not correctly execute binary

2015-03-03 Thread Robert Daniels
Yeah, I thought that was the case before posting this, so I renamed the executable and got the same result. Odd. On Monday, March 2, 2015 at 4:30:18 PM UTC-5, LesMikesell wrote: > > On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels > > wrote: > > i have a binary that i

slave script will not correctly execute binary

2015-03-02 Thread Robert Daniels
i have a binary that i wrote from C that prepares folders on my file system prior to doing a git pull. i am using a slave and everything works fine, until it attempts to execute this binary. (Which works properly when using a terminal on the slave). i get a java usage error: Usage: java [-opti

Run shell script on dumb node

2015-02-27 Thread Robert Daniels
I have a dumb node set up, and noticed the Jenkins is dropping a slave.jar file into the directory I specified. However, what I don't grasp is what does this jar file execute, what is it looking for on the client? I have a shell script I wrote to provision my slave with the correct environment v

Basic questions

2015-02-23 Thread Robert Daniels
I have an external machine which automatically runs unit tests and would like to 'push' the unit test + code coverage reports to Jenkins. What are the mechanics of doing this? Secondly, what are the steps to have Jenkins fire off this process on the external machine? -- You received this mes