How to solve this error while Launch Slave Agent from Ubuntu to windows

2012-07-02 Thread Varghese Renny
Hi, I have master as Linux machine and slave as windows. While clicking Launch slave, i am getting error like following.. Connecting to 10.10.3.38 ERROR: Access is denied. See http://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM for more information about how to res

Re: "Changes will take effect when you restart Hudson" permanently

2012-07-02 Thread tcendrowski
Thank You. I have another problem with Hudson. In 1.389 version it's impossible after installing plot plugin and post-build task plugin to move post-build task section before plot plugin. I see that in jenkins it is possible just like moving shell script fields. Is it any simple way to patch it

Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
Hi there, I just upgraded to Jenkins 1.473 and I'm getting this for all my matrix jobs: SEVERE: Failed Loading job PhyreAssetPacker-Live java.lang.NullPointerException at hudson.matrix.MatrixProject.updateTransientActions(MatrixProject.java:431) at hudson.model.AbstractProject.

Re: Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
I just spotted https://issues.jenkins-ci.org/browse/JENKINS-14273. Please fix asap. On Monday, 2 July 2012 11:37:30 UTC+1, Thomas Fields wrote: > > Hi there, > > I just upgraded to Jenkins 1.473 and I'm getting this for all my matrix jobs: > > SEVERE: Failed Loading job PhyreAssetPacker-Live > ja

RE: Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Matthew.Webber
What version did you upgrade from? Looking at the change log, there was a change relating to matrix projects in 1.472, but not 1.473. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Thomas Fields Sent: 02 July 2012 11:39 To: jenkinsci-users@googlegro

UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Varghese Renny
Hi, I am using jenkins with master node as Linux 64 bit and slava node as windows 32 bit. When i do Launch slave agent i am getting error like UnknownHostException. When i read some blogs i find that jdk version should be same. i changed it to same. Then i give Host name of slave machine as N

Re: UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Varghese Renny
Problem is resolved.i get connection to slave using jnlp. I am using Tomcat application Server. But i have another doubt regarding whether my slave should be able to use same tomcat instance as master has used. Please reply > > > Thanks in advance > Varghese >

RE: UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Mandeville, Rob
How is a slave on a Windows machine using a Tomcat instance on a Unix machine? For that matter, how is a slave using a Tomcat instance at all? Slaves aren’t servlets, just the Jenkins server is. If you mean that the slave is running a job that interacts with a Tomcat instance, whether that ca

Most of config sections are not available

2012-07-02 Thread ich du
i don't know since when, but under Manage Jenkins ->Configure System most of the Sections/ Settings are gone. I can't see jdk, maven, notification The last setting available is "global properties". So how to get all settings back? thx in advance

Re: UnknownHost Exception with Linux master and window slave

2012-07-02 Thread Umesh Padhye
Hello, I am also getting same issue when I configure the slave as windows service. The service runs fine. But the node goes offline. Please help me out. java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.rea

Re: "Changes will take effect when you restart Hudson" permanently

2012-07-02 Thread Andrey Myatlyuk
It is definitely possible to patch any changes which were made to Jenkins codebase to support that functionality. I'm afraid it will involve quite a few changes along the way, that effectively your instance code will be upgraded to other version. It does make sense to investigate migration pat

conditional sonar action

2012-07-02 Thread Marcus Vinicius
Hello, I've installed sonar plugin on jenkins instance. Now, i'm trying configure to just enable sonar analysis on nightly builds. I configured sonar to Skip if environment variable is defined: disabledSonar i installed two plugins: - Condition Plugin and EnvInject Plugin. On Job,

Hudson remote build job kick off

2012-07-02 Thread zw
Hi All I have host A running the Hudson server. I have another host B with its Ant build.xml there in host B. How do I configure Hudson on host A to kick off the build.xml in host B. If this is not possible, what are the workarounds, possible solutions to this problem. If this is possible, how do

RE: Hudson remote build job kick off

2012-07-02 Thread Alex Earl
You'd probably want to use host B as a slave and tie the job to that slave. You can check the wiki for information on the master/slave setup. Sent from my Windows Phone -- From: zw Sent: 7/2/2012 12:07 PM To: jenkinsci-users@googlegroups.com Subject: Hudson remote build

RE: Hudson remote build job kick off

2012-07-02 Thread Mandeville, Rob
Put a slave node on host B (see https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds) and tell your job to run only on the slave on B. If you need to run the build on A, then you’ll need a way to get the build.xml from B to A. You could enter a copy of build.xml into your SCM (you ar

Jenkins, Gerrit-trigger and git submodules

2012-07-02 Thread Rens Admiraal
Hi, I'm searching for a while now for a solution to use continues integration in a good way. I'm using a (base) repository which contains the base structure for my application, and furthermore a lot of git submodules pointing to repositories containing the packages used in my project. What I w

Calculating Code Churn Per Build

2012-07-02 Thread grayaii
At the end of every release we manually calculate the total code churn from the previous release using a free tool called http://cloc.sourceforge.net/ CLOC (Count Lines of Code), but my manager wanted to know if this possible/feasible *per build*. CLOC gives you the total lines of code in a dire

Re: Hudson remote build job kick off

2012-07-02 Thread Z W
Hi Rob. Alex Thanks for your response. My environment is Linux. >From what I read, the notes have been for Windows. Is there an example for Linux version ? Also would you elaborate on "Whether you run your build on B or A, the output log is readable by the > server (slaves pipe their standard out

Re: multiple git repos in one job

2012-07-02 Thread giuliano
We use the multi-scm plug in with Mercurial. I'd suggest giving it a try. Either it works or it doesn't. If it doesn't, there's a good chance you can work around it. On Sunday, July 1, 2012 12:04:45 PM UTC-7, Jon Schewe wrote: > > > On Sat, Jun 30, 2012 at 8:05 AM, Chris Withers wrote: > >> Hi

Re: Hudson remote build job kick off

2012-07-02 Thread zw
Hi Rob Also When configuring for slave on host B, does the slave allow for xvnc plugin of Hudson so that xvnc could be started locally on host B ? This is because the Selenium test scripts would kick off FF browser for testing and the Ant script keeps spewing out errors: [sshexec][testng

Re: Upgrading to v1.473 has broken all my matrix jobs

2012-07-02 Thread Thomas Fields
I'm running Jenkins v1.472 now and it's working fine. On Monday, 2 July 2012 11:42:30 UTC+1, (unknown) wrote: > > What version did you upgrade from? Looking at the change log, there was > a change relating to matrix projects in 1.472, but not 1.473. > > > > *From:* jenkinsci-users@googleg

Re: multiple git repos in one job

2012-07-02 Thread Sami Tikka
Chris Withers kirjoitti 1.7.2012 kello 23.40: > On 01/07/2012 20:04, Jon Schewe wrote: >> >>http://jenkins.simplistix.co.__uk/job/testfixtures-buildout/ >> >> >> Why not just create a git repo with submodules for all of the oth

Re: Setting up Jenkins with xcode build with CI server

2012-07-02 Thread Sami Tikka
Arnaud Héritier kirjoitti 24.6.2012 kello 23.12: > On Sat, Jun 23, 2012 at 11:03 PM, Sami Tikka wrote: > > If the OP just wants a minimal, sure-to-work-with-keychain Jenkins > installation, he could try my unofficial Jenkins.app, available at > https://github.com/stisti/jenkins-app (ready-to-

Re: Perl XML::Simple settings for configuring jobs

2012-07-02 Thread Jim Searle
Thanks! I will look at XML::Twig On Wed, Jun 27, 2012 at 5:29 PM, Mark Heiges wrote: > Can you use XML::Twig? It works well for me to modify configurations through > the api. > > On Jun 27, 2012, at 4:45 PM, Jim Searle wrote: > >> Thanks, and I agree, but I have very little experience in Java/G

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-02 Thread Jan Seidel
Hi folks, thanks for your replies :) @Sami: that's actually the way the jobs are handled at the moment but that's not supporting the idea to parallelize jobs ;) - I will take a closer looks at locks and latches. I did actually use it some time ago but I'm not sure if it will work the wa