Re: Jenkins and Maven releases...

2013-05-08 Thread Stephen Connolly
Could you filter SCM changes to exclude those from the maven release plugin? (Might require some work though) On Tuesday, 7 May 2013, Jeff wrote: In my dev group we use Jenkins to do the CI portion of our Maven builds for our team but the company uses Thoughtworks GO for continuous delivery.

Re: Does XCode plugin read environment vars?

2013-05-08 Thread Stephen Connolly
If the Xcode plugin does not depend on token-macro then it is 99% certan to not support expansion... Now I am 99.5% certain that supporting expansion is a good and desirable thing for this plugin Hope that let's you find your answer On Wednesday, 8 May 2013, David Clark wrote: Hello, Should

ci.jenkins-ci.org/about/ not showing any list

2013-05-08 Thread Åsmund Østvold
My local build version of Jenkins have the same issue as ci.jenkins-ci.org. It do not the list my rpm installed jenkins do: https://ci.jenkins-ci.org/about/? Build command I used for my jenkins.war was mvn clean package -Dmaven.test.skip=true Is there a build step I am missing? Asmund --

Re: Does XCode plugin read environment vars?

2013-05-08 Thread David Clark
Yeah, just looked, it does depend on token-macro. On Wednesday, 8 May 2013 16:39:58 UTC+10, Stephen Connolly wrote: If the Xcode plugin does not depend on token-macro then it is 99% certan to not support expansion... Now I am 99.5% certain that supporting expansion is a good and desirable

Hanging on Archiving Artifacts is back

2013-05-08 Thread Schalk Cronjé
Well, at least on a new setup I built it is, and with the same symptoms as JENKINS-7641 https://issues.jenkins-ci.org/browse/JENKINS-7641. It is only happening on a certain cluster of nodes, all of them cloned from the same original VM template: - Everything is on CentOS 6 and hosted in

RE: Execute Windows batch command on a Win8 machine

2013-05-08 Thread Mandeville, Rob
Commands should run with the same privileges as the node it's starting on. Those permissions depend on how the node was launched. Is the node being launched as an administrative user? --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mishael

Triggering downstream builds from an unstable maven job

2013-05-08 Thread Christian Petry
Hi, i have a problem with jenkins maven jobs. When a build becomes unstable, it does not trigger downstream builds, even when in the section Post Steps the option Run regardless of build result is activated, the option Run only if build succeeds or is unstable does not work too. I think i am

Re: Triggering downstream builds from an unstable maven job

2013-05-08 Thread Christian Petry
Hi, maybe i should say something about my environment ;-) I use jenkins 1.499 on an Ubuntu Linux 12.04. and Maven 2 Greetings, Christian Am Mittwoch, 8. Mai 2013 13:10:52 UTC+2 schrieb Christian Petry: Hi, i have a problem with jenkins maven jobs. When a build becomes unstable, it does

Re: Jenkins and Maven releases...

2013-05-08 Thread teilo
You could use the xTrigger plugin to monitor the job/lastReleaseBuild url - which would get changed on release. On Tuesday, 7 May 2013 17:39:00 UTC+1, Jeff Vincent wrote: In my dev group we use Jenkins to do the CI portion of our Maven builds for our team but the company uses Thoughtworks GO

re-installing windows slaves

2013-05-08 Thread Brian Johnson
I was trying to move the jenkins directory on my windows slave and ran into a problem when I found that the slave-agent.jnlp that I had used to start and intall was deleted. So the issue is how do I get the jenkins master to re-supply the slave-agent.jnlp that it originally supplied when I

Incomplete results in rssAll feed

2013-05-08 Thread Aaron Arnett
It appears that when requesting the rssAll feed for Jobs (displayed at the bottom of the history widget), the results only contain a truncated set of items rather than the full list as the name of the feed would indicate. Basically it looks like it only includes the items that are in the

Re: EnvInject Prepare an environment for the run fails with SEVERE ERROR

2013-05-08 Thread Schalk Cronjé
What is in your properties file and what OS is it executing on? -- 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

Re: re-installing windows slaves

2013-05-08 Thread Brian Johnson
I figured out the reason it wasn't presenting the slave-agent.jnlp at http://master jenkins/computer/node/ was because I had selected to bring the node online at a scheduled time, and it wasn't scheduled to be up, once it was online I could download it and re-install. On Wednesday, May 8, 2013

Re:Hanging on Archiving Artifacts is back

2013-05-08 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
It looks like Jenkins 1.509 and later no longer need the pipeWindowSize property to be set; the remoting code has been improved to do dynamic window sizing. What version of Jenkins are you using? - Original Message - From: jenkinsci-users@googlegroups.com To:

Re: Run JUnit in Jenkins

2013-05-08 Thread raf das
help-me :( Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: Hi friends, I have my ready tests with selenium and JUnit. How can I run on jenkins? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Re: Run JUnit in Jenkins

2013-05-08 Thread RDR
There isn't a lot of information there, but Jenkins is used to schedule build of your jobs, exactly what that entails is up to you. Jenkins will not automatically run Junit tests (after all there might not be any tests). I don't know if you are using Maven, ANT or another tool to build your

RE: Run JUnit in Jenkins

2013-05-08 Thread Mandeville, Rob
We've got nothing to go on, and as far as we can tell, you haven't RTFM. Running JUnit tests on Jenkins is almost the core use case for the program. Asking how is a bit like asking How do I write a document in Word? Start at http://jenkins-ci.org/ and go through the Meet Jenkins and Use

Discard Old builds/Artifacts

2013-05-08 Thread KT
There is a Discard old builds option in Jenkins jobs with a few different options. Which model does Jenkins use for artifact expiration, Number first or Date first? Can both the number of days and number of build artifacts be specified and let Jenkins figure out which one happens first?

Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-08 Thread Bob Bick
Hi, Problem I have an Invoke top-level Maven target Jenkins build step that invokes Maven on a remote Jenkins node. Prior to invoking the Maven bat file on the remote node, I'd like to inject a remote machine-specific environment variable. Let me explain this in more detail... The Job will

Re: Hanging on Archiving Artifacts is back

2013-05-08 Thread Schalk Cronjé
One setup on 1.507 and one on 1.513 On Wednesday, 8 May 2013 15:04:03 UTC+1, Kevin Fleming wrote: It looks like Jenkins 1.509 and later no longer need the pipeWindowSize property to be set; the remoting code has been improved to do dynamic window sizing. What version of Jenkins are you

Modify parameters in Jenkins build queue

2013-05-08 Thread seanveda
Hi I have the following questions: 1) We have a Jenkin's job which takes 2 input parameters. But many a times, there is a need for us where these parameters need to be modified(at run time) after they have been submitted to the Jenkins queue. How can this be done? 2) Is there a way that a

Re: Modify parameters in Jenkins build queue

2013-05-08 Thread Eric Pyle
Hi, 1) I don't know of any way to modify the parameters once a job has been submitted. However, as long as it's in the queue, you could cancel it and submit a new job request with the desired parameters. 2) If you alter the priority of the build (need to be using

Unable to successfully execute script from HP ALM using jenkins add-on

2013-05-08 Thread Zeljko Jurkovic
I'm getting following error message when trying to execute script on slave computer from HP ALM server using jenkins add-on: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form:

Re: Execute Windows batch command on a Win8 machine

2013-05-08 Thread Mishael Kim
Looking into it a bit more, it looks like the Python package that I'm using isn't automatically run as an admin, not the command prompt. When I manually right click the python.exe and set to run as administrator, it seems to work fine with subsequent calls. My problem now is that this python

Re: Running slave in a chroot

2013-05-08 Thread Dean Yu
When I was working at Yahoo!, and we started working with Hudson/Jenkins, we originally went down this path. The issue we had was that by running the slave inside the chroot, multiple slaves would be contending for the same resources and capacity. We ultimately took the approach of running the

Re: nar-plugin integration

2013-05-08 Thread Rob Campbell
I'm using the ${maven.test.failure.ignore} property in my pom.xml and my test runner returns 0 even with failed tests if I explicitly set the value with the '-Dmaven.test.failure.ignore=true' switch. But when I run the build in Jenkins without any explicit command line switches, it's not set

Re: Run JUnit in Jenkins

2013-05-08 Thread raf das
I use maven, but do not know to configure it in jenkins. How to insert my project in jenkins ? 1) localhost:8080 2)New Job 3) Build a free-style software project 4 ... ? Would like a step by step if possible. THANKS FRIENDS Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3,

Re: Run JUnit in Jenkins

2013-05-08 Thread Mark Waite
Apparently, you're not using google search before posting a very general question to the mailing list. The first google search result for configuring maven project in jenkins is: http://blog.cloudbees.com/2012/01/painless-maven-builds-with-jenkins.html Mark Waite

Re: EnvInject Prepare an environment for the run fails with SEVERE ERROR

2013-05-08 Thread David Clark
I am not using a file I have specified the content as: MyVariable=someValue I also get the same problem if there is nothing specified for content. This is on OSX Mountain Lion (10.8.3) -- David On 08/05/2013, at 11:32 PM, Schalk Cronjé ysb...@gmail.com wrote: What is in your properties

Re: Error running groovysh via jenkins-cli due to anonymous missing the Administrator permission

2013-05-08 Thread zhu kane
Had you reported bug for this issue? On Friday, May 11, 2012 1:26:49 AM UTC+8, Carlton Brown wrote: Running groovysh via the SSH server doesn't seem to work. It returns an exit 255 with no output.The who-am-i command shows i'm authenticated. On Wed, May 2, 2012 at 10:15 AM, Carlton