preSCMbuildstep-plugin not working - quick question

2013-02-15 Thread Z W
Hi All We applied the preSCMbuildstep-plugin but it doesnt seem to work. We selected "Run buildstep before SCM runs" - "Execute shell" In the text box we had echo "test prescm pre scm step" After running, when we check the console, we didnt see the echo message before the SCM checkout: Output

Re: persisting changes made via the script console

2013-02-15 Thread Maven User
Nevermind - just needed to use Jenkins.instance and then I could do myinstance.setSlaveAgentPort() On Friday, February 15, 2013 9:04:57 PM UTC-5, Maven User wrote: > > Hi all - > > I'm trying to set the "slaveAgentPort" (as it is known in the config.xml) > via the script console and I'm struggl

Re: plugin for pre-checkout step - quick question ?

2013-02-15 Thread alok kumar
Hi, There is a pre-scm build step plugin that you can use for the task below. Thanks, Alok On Sat, Feb 16, 2013 at 1:47 AM, Z W wrote: > Hi All > > Is there a plugin where we could execute a shell command before the > job checkouts/updates source code from SCM. > We have a job that doesnt seem

persisting changes made via the script console

2013-02-15 Thread Maven User
Hi all - I'm trying to set the "slaveAgentPort" (as it is known in the config.xml) via the script console and I'm struggling a bit. I'm trying this: myinstance = Hudson.instance println( myinstance.tcpSlaveAgentListener.configuredPort) if (myinstance.tcpSlaveAgentListener.configuredPort

preSCMbuildstep plugin for Hudson - quick question

2013-02-15 Thread Z W
Hi All Can preSCMbuildstep plugin be used for Hudson too ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com

plugin for pre-checkout step - quick question ?

2013-02-15 Thread Z W
Hi All Is there a plugin where we could execute a shell command before the job checkouts/updates source code from SCM. We have a job that doesnt seem to update a zip file on a slave, when a new zip file is check into SCM with the same file. We decide to force a checkout by removing the zip file on

Jenkins Enterprise - GIT repo - Authentication failed

2013-02-15 Thread Bob Bick
Hi, I have installed Jenkins version 1.500 and Jenkins ver. 1.466.12.1 (Jenkins Enterprise by CloudBees 12.11). Configuring a job's GIT Repository URL in Jenkins version 1.500 works fine; however, when configuring the same URL in Jenkins ver. 1.466.12.1 (Jenkins Enterpr

RE: Is there anyway to user jenkins to limit a slave server use by group and time

2013-02-15 Thread Mandeville, Rob
I'm not sure what you mean by "by group and time". However, Jenkins is very good at limiting access to hardware. There are two ways of doing this with slave nodes. If the hardware you want to control access to is a computer that you can put a Jenkins slave on, then put the slave on there and

Is there anyway to user jenkins to limit a slave server use by group and time

2013-02-15 Thread walter . marvin . ext
I would like to use jenkins to allow multiple groups to access single use hardware w.o stepping on each other -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to j

Is there any way to control access to a slave server by user and time?

2013-02-15 Thread walter . marvin . ext
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

RE: Periodic even build question

2013-02-15 Thread Merrow, Frank
Interesting . . . it must be relatively new . . . I found it on one of my Jenkins that I update a lot (debug system), but not an older one (production) that we don't keep as current. Thank you for the pointer. Frank From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.c

Re: username on the Dashboard View

2013-02-15 Thread Marco Ambu
Hi, what do you mean with dashboard view? Are you using the dashboard-view plugin or do you use the standard jenkins job view? First you have to check how to retrieve the name of the user who created the job; does jenkins API provide anything like this? Second, if you are using the dashboard vie

Jenkins with jboss and xvfb

2013-02-15 Thread Aswini Rajasekaran
Hi, I am new to jenkins and my company is using jenkins. I have been asked to configure jenkins on different server and the requirements are: 1) It uses subversion as version control system. 2) MAVEN & ANT scripting for builds 3) JBOSS instances are being run for executing test cases parallely. 4

Re: Warnings plugin configuration ?

2013-02-15 Thread Ulli Hafner
Thanks! Ulli Am 15.02.2013 um 14:17 schrieb Jan Goyvaerts : > There you are - the layout was briefly scrambled when I was struggling with > the text alignment. :-) Hope it is okay for you now. > > I've logged a bug about the Maven warnings. > https://issues.jenkins-ci.org/browse/JENKINS-16826

Re: Jenkins Selenium Grid plugin generates huge logfile

2013-02-15 Thread bclayton
Having the same issue as well. Any info would be greatly appreciated! Ben On Tuesday, February 5, 2013 5:40:53 AM UTC-5, DarkRift wrote: > > I'll take a look into it, > > Richard > > On 2013-02-05, at 03:10, psiuk...@gmail.com wrote: > > Hello, > > from eclipse, my tests are running very well a

Re: Master + slave + job JVM memory tuning...

2013-02-15 Thread Johno Crawford
As James mentioned it really depends on how many jobs you have and what you are actually building, project size etc. Off the top of my head here are some tips: If you do not require more than 2GB on Windows or 3GB on Linux I recommend using a 32-bit JVM (64-bit JVM uses double the space for ev

Re: Mercurial revision in email - HOW?

2013-02-15 Thread Slide
There is content token help in both the global config area and project config area for the email-ext plugin, it shows the syntax for each token. ${ENV, var="MERCURIAL_REVISION_NUMBER"} is most likely what you are looking for. slide On Fri, Feb 15, 2013 at 7:46 AM, Andreas Tscharner wrote: > Hel

Mercurial revision in email - HOW?

2013-02-15 Thread Andreas Tscharner
Hello World, We are using Jenkins with Subversion and email extension plugin. The plugin has the variable $SVN_REVISION which works as expected. Now we are testing Mercurial. All is working except the revision in the email. What do I need to write that I get the Mercurial revision? I've tried

Re: slave continually going offline , Disk space is too low

2013-02-15 Thread Kamal Ahmed
sharing the workaround: http://stackoverflow.com/questions/1923406/where-to-configure-hudson-node-disk-temp-space-thresholds its all via UI -Kamal. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Wednesday, February 13, 2013 9:30 AM >Sub

Re: All nodes are "Dead" after upgrade to 1.501

2013-02-15 Thread Octavian Covalschi
What happens if you add new ones? On Fri, Feb 15, 2013 at 2:29 AM, Adrian wrote: > No one an idea or an similar problem? Every night the Jenkins starts some > internal Job and "kills" all nodes. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users"

Re: Warnings plugin configuration ?

2013-02-15 Thread Jan Goyvaerts
There you are - the layout was briefly scrambled when I was struggling with the text alignment. :-) Hope it is okay for you now. I've logged a bug about the Maven warnings. https://issues.jenkins-ci.org/browse/JENKINS-16826 Thanks ! On Wed, Feb 13, 2013 at 1:23 PM, Ulli Hafner wrote: > Yes, ple

Maven quiet flag not working?

2013-02-15 Thread Peter Liljenberg
Hi, I'm trying to build Maven projects with Jenkins and I notice that I cannot suppress the (quite large) output from Maven during builds. If I build it as a Freestyle project (invoking Maven) it works just fine. Maven project output: --- Started by user anonymous B

Antwort: Jenkins - JUnit result XMLs in Maven build

2013-02-15 Thread Andreas Schilling
Hi Thiru, actually it works as before with the post build task "Publish JUnit Results" You just have to make sure you get the path to the files straight, in our case this is something like "Application/test/name.of.test.project/target/surefire-reports/*.xml" Kind regards, Andreas Schilling C

Re: All nodes are "Dead" after upgrade to 1.501

2013-02-15 Thread Adrian
No one an idea or an similar problem? Every night the Jenkins starts some internal Job and "kills" all nodes. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to j