Re: Null pointer exceptions after upgrade from 1.480.1 to 1.480.2

2013-01-07 Thread Chanda Unmack
I have the same issue after upgrading from 1.480.1 to 1.480.2 on Ubuntu 12.04. I am able to launch the windows slaves manually, but unable to have them run as a windows service from the gui. I am able to install it as a service from the command line, but the master never connects to the slave.

Re: Error on connecting with a Windows Slave - quick question

2013-01-23 Thread Chanda Unmack
I have this working in my setup but I don't remember changing the jnlp port; I have both running as a service on the windows slaves. I made sure the root fs was different for each instance of Jenkins, modified the jenkins-slave.xml on the slave to change the name id of one of the services and

unable to connect to slaves after upgrade

2013-02-20 Thread Chanda Unmack
Hi all, I saw this going around in another thread (Issues after moving to 1.501 With Slave Nodes) but thought I should start a new one as my issue seems to be with OSX slaves that I connect to with ssh. I upgraded from 1.480.2 to 1.480.3 and now I cannot get the slaves online. I tried upgrading

Re: github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-21 Thread Chanda Unmack
Not sure if this is applicable to your situation, but when I had that issue I found that the user jenkins was running as was a system user, so the credentials did not match. Iirc, I ended up using the environment injector plugin to set the user to run the job as. hth chanda On Thu, Feb 21, 2013

windows slave git clone issues

2013-05-13 Thread Chanda Unmack
Our gerrit server was upgraded this weekend and have run into a snag on our windows slaves. I am able to do a git clone on the slaves as the user the jenkins service is running as, but as soon as I try within a job, it just hangs. I mucked with the known_hosts and all that did was change it from

Re: windows slave git clone issues

2013-05-15 Thread Chanda Unmack
In case anyone else runs into this, I found that specifying environment variables for the slave allowed me to set HOME and put the ssh keys config there. This appears to mostly be working now (with the exception of submodules, but that's another issue) On Mon, May 13, 2013 at 8:01 AM, Chanda

Re: SSH credentials on build slave

2013-05-20 Thread Chanda Unmack
I had a similar situation with git - I found the best way to see what's going on is to set up a test job that does a ssh -vvv to the git server (Mercurial in your case) That showed me which keys it was using and whether or not it actually used the .ssh/config file hth chanda On Sat, May 18,

Re: SSH credentials on build slave

2013-05-20 Thread Chanda Unmack
On Mon, May 20, 2013 at 12:38 PM, Alex Grönholm alex.gronh...@nextday.fiwrote: 20.05.2013 19:03, Chanda Unmack kirjoitti: I had a similar situation with git - I found the best way to see what's going on is to set up a test job that does a ssh -vvv to the git server (Mercurial in your case

Re: Unable to start ssh slave from OSX master

2013-05-21 Thread Chanda Unmack
I came to that conclusion in our environment, for many other reasons. I inherited the setup which had a master on osx, with slaves connected via ssh (linux osx) as well as jnlp (windows) which is why I didn't feel that I could offer up any help. The only thing I wasn't clear on with your set up

Re: Jenkins and Ruby commands - fail to execute via SSH (non interactive shell problem)

2013-08-29 Thread Chanda Unmack
When you open a shell of your own, are you logged into the same machine and as the same user as Jenkins is running? It could be the environment variables that are set for your user aren't the same as the Jenkins user. I know we source the .bash_profile before running any ruby commands, but that's

Re: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Chanda Unmack
Might try using process explorer - I've had to use that when jobs on windows failed because something was keeping the file open. http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx hth On Thu, Sep 12, 2013 at 11:59 AM, Mead, Lance E CTR (US) lance.e.mead@mail.mil wrote:

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-27 Thread Chanda Unmack
Not sure if this will work on XP as I've only done this on Win7... This is what I did to get multiple masters configured on one slave, but I think you can use this to setting it up as a service on your own. make a note of the folder listed in the Remote FS root in

Re: No longer provided a means to add Jenkins slave as a service. What to do now?

2013-09-27 Thread Chanda Unmack
I have no idea why -secret big-identifier works or doesn't work depending on windows version - just figured out enough to get things working on our windows slaves :) Glad it worked for you chanda On Fri, Sep 27, 2013 at 1:20 PM, Steve K steve.kerxha...@carestream.comwrote: Chandra, Thank

all jobs gone in ui after reboot

2014-03-11 Thread Chanda Unmack
I'm hoping there's an obvious solution here that I didn't find while searching. I did see several others who had this issue, and a few bugs filed, but none of their workarounds worked for me. jenkins:1.509.4 os: Ubuntu 12.04 tomcat7 java: 1.7u51 No upgraded plugins, but set Jenkins to Restart

Re: all jobs gone in ui after reboot

2014-03-11 Thread Chanda Unmack
that in the future (besides the obvious never reboot) and how to fix it. thanks On Tue, Mar 11, 2014 at 8:37 PM, Chanda Unmack cha...@lytro.com wrote: I'm hoping there's an obvious solution here that I didn't find while searching. I did see several others who had this issue, and a few bugs filed

Re: ssh agent forwarding in jenkins is not working

2014-03-18 Thread Chanda Unmack
Stupid question, but is the user you are running jenkins as the same user you tried to ssh with from the command line doing the ssh -A user@host? I've never set up a slave using sshagent, but have had great success with just launching via ssh, as long as the user jenkins runs as can ssh to the

Re: git timeout

2014-05-16 Thread Chanda Unmack
reference repository on the slave agent so that the clone could point to the existing reference copy rather than downloading another copy. Mark Waite On Fri, May 16, 2014 at 10:57 AM, Chanda Unmack cha...@lytro.com wrote: So I wonder if anyone else is seeing this as it's causing no end

Re: git timeout

2014-05-16 Thread Chanda Unmack
). Mark Waite On Fri, May 16, 2014 at 11:33 AM, Chanda Unmack cha...@lytro.com wrote: On Fri, May 16, 2014 at 10:01 AM, Mark Waite mark.earl.wa...@gmail.comwrote: You need to add the Additional Behaviour Advanced Clone Behaviours and then set the timeout value in the field which opens

Re: git timeout

2014-05-16 Thread Chanda Unmack
of course): Started by user Chanda Unmack http://jenkins01-clone/user/cunmack [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins system variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject

Re: git timeout

2014-05-16 Thread Chanda Unmack
: Failed to fetch from ssh://build@gerrit:29418/project thanks On Fri, May 16, 2014 at 2:23 PM, Chanda Unmack cha...@lytro.com wrote: Ok - hard to find a repo here without submodules :) I tried a different repo that does have them, but made sure the options for recursively checking them out

Re: git timeout

2014-05-19 Thread Chanda Unmack
- something to do with an old version of a library or something. (Not a Jenkins related issue) Unfortunately on phone so can't give you a link straight away but a Google search should give you the details. Richard. On Saturday, May 17, 2014, Chanda Unmack cha...@lytro.com wrote: So to add

Re: [Help - only 2 mins] Jenkins icons ... browser compatibility...

2014-06-09 Thread Chanda Unmack
I also get Not found Chrome Version 35.0.1916.114 On Sun, Jun 8, 2014 at 12:47 PM, Slide slide.o@gmail.com wrote: I get Not found On Jun 8, 2014 7:07 AM, Tom Fennelly tom.fenne...@gmail.com wrote: We're looking at the possibility of changing Jenkins to use CSS3 based icons (instead of

Re: Swing UI tests on Linux Slaves

2014-09-12 Thread Chanda Unmack
On Fri, Sep 12, 2014 at 4:27 AM, Laurent Malvert laurent.malv...@gmail.com wrote: Hello, I was wondering if there are any recommendations or best practices on a typical setup for running jobs on a Linux slave, when said job contains some unit tests that require access to the GUI? I'd be in

Re: Building a specific commit with Gerrit

2014-09-24 Thread Chanda Unmack
On Mon, Sep 22, 2014 at 4:51 PM, Michael Vincent vynce...@gmail.com wrote: I need to build every commit that gets submitted into a Gerrit repo (preferably in order). I have all the latest git/Gerrit plugins on the latest Jenkins 1.565.2 LTS. Jenkins master is running on Linux and slave nodes

Re: Git pull error from jenkins script console

2014-10-13 Thread Chanda Unmack
On Mon, Oct 13, 2014 at 5:03 AM, madhur.tew...@wowlabz.com wrote: Yes, even with the same user as in terminal in jenkins (i.e. jenkins user created on installation of jenkins) this problem happens On Monday, October 13, 2014 5:23:33 PM UTC+5:30, Corneil du Plessis wrote: Are you using the

Re: Having one slave attached to 2 different masters ?

2015-08-17 Thread Chanda Unmack
We've done that with both ssh slaves and windows slaves with jnlp; ssh is definitely easier :) Both require separate root fs in the slave definition and for windows, had to modify the jenkins-slave.xml to change the name of the service so that each one is unique. On Thu, Aug 13, 2015 at 9:35 AM,

Re: Jenkins + Windows slave replacement = problem

2015-07-28 Thread Chanda Unmack
On Tue, Jul 28, 2015 at 9:58 AM, Alfred Sawaya wildh...@gmail.com wrote: Hello, I have a problem with Jenkins. I have a windows host, I use jnlp to connect. When I first run the job, it creates the workspace dir, the job dir, the .git dir with the good config, but the fetch fail. If I go

Re: unable to do builds or configure

2015-08-26 Thread Chanda Unmack
) and actually build now. no idea what for or why, but as long as it's working now, I'm not going to question it :) On Wed, Aug 26, 2015 at 5:35 PM, Chanda Unmack cha...@lytro.com wrote: Not sure what happened when, but I'm basically stuck now. I tried looking through https://issues.jenkins-ci.org

unable to do builds or configure

2015-08-26 Thread Chanda Unmack
Not sure what happened when, but I'm basically stuck now. I tried looking through https://issues.jenkins-ci.org but did not see the issue. I was not able to report it there as I get the Oops! Due to the spam problem, we need additional verification for your sign-up request. when trying to sign up

Error updating Jira issues

2017-04-04 Thread Chanda Unmack
Hello all, Having a bit of trouble with the Release Helper Plugin with trying to update Jira issues. I had this working briefly, but then it seemed to go sideways when we changed the Jenkins server. The version of Jenkins is the same, 2.46.1, as is the plugin v 1.3, the only main difference is

NPE when viewing job

2017-04-05 Thread Chanda Unmack
Hello all, I've started to get random NPEs when browsing jobs/configs/etc on Jenkins. Not much in the log file to go on, but I generally have to either restart the service, or in some cases, restart the server to clear the error. If I try to navigate to any other page on Jenkins without

email-ext circular dependency

2017-04-21 Thread Chanda Unmack
Hi all, Our Jenkins instance has been unstable ever since we've moved it to RHEL so I've been watching the logs to see if there is anything I can find to correlate the crashes. (already filed a bug on all the npes we're getting) I now see an error in the log when it's become unresponsive that

RE: Installing / maintaining Jenkins on a Linux host machine

2017-07-11 Thread Chanda Unmack
In my experience, I have been having a miserable time with Jenkins on RHEL, where I have to either restart it or reboot the machine at least once a day. We had to move off of Ubuntu in order for our IT to support us, but are seriously considering moving back. I have run Jenkins on Ubuntu at

jenkins no longer available after upgrade

2017-07-21 Thread Chanda Unmack
I just upgraded from 2.60.1 to 2.60.2 and upon restarting, Jenkins never appears to fully come back. I just get the "Please wait while Jenkins is getting ready to work..." However, I am getting build notifications so I know parts are working, but that does us no good if we can't access the

RE: email-ext circular dependency

2017-04-26 Thread Chanda Unmack
Martinez [mailto:victormartinezru...@gmail.com] Sent: Friday, April 21, 2017 1:50 PM To: Jenkins Users Cc: Chanda Unmack Subject: Re: email-ext circular dependency As far as I see there was a comment about: - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-2.40.3

RE: Setup for Testflight iOS APP

2017-10-10 Thread Chanda Unmack
I ended up calling Fastlane from Jenkins for iOS builds, including pushing to TestFlight. https://docs.fastlane.tools/actions/pilot/ hth From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of sukesh.bo...@cura.tech Sent: Sunday, October 08, 2017 10:08