Antwort: Jenkins 1.514 successfully uses explicitly told ANT version to build, but fails to find ANT when asking to use "Standard".

2013-10-21 Thread Andreas Schilling
Hi Markus, while I understand your point of view (thought the same some time ago) I nowadays highly recommend to use explicit tool versions for everything. My experience is that it is alot easier to track down build problems if explicit versions are used everywhere. It may be a hassle to manage

Disable maven automatic archving for Maven jobs

2013-10-21 Thread Aswini Rajasekaran
Hi, I am using some maven jobs for doing certain builds. The pom and war files got automatically archived at the end of the builds, I disabled it by checking the box Disable automatic maven archiving. Though it disables the archiving/copy part, I get messages as [JENKINS] Archiving disabled w

Double-builds, if any SCM change while first build ist still running

2013-10-21 Thread Horst Krause
Hi. After we added many more integration tests to our project the build now runs about 20 minutes instead of 10 before. This causes jenkins to always run 2 builds for 1 SCM change, because the build is still running when SCM poll next time in his interval. In Detail: Scenario: SCM polling int

Re: Double-builds, if any SCM change while first build ist still running

2013-10-21 Thread Michael Clarke
JENKINS-19314 describes your issue. I have a change sitting on my machine which should fix your issue, but I still need to push it to Git. I aim to release a new version of the CVS plugin later this week which will therefore fix your issue. Thanks Michael On 21 Oct 2013, at 12:54, Horst Krause

Jenkins : Add passphrase key to jenkins user for Git pull from jenkins job

2013-10-21 Thread Mitul Parmar
Hi, I am new to jenkins. I have created a job which tries to pull changes from git repositories using ssh. I have created SSH key for the jenkins user and I am able to do "ls-remote -h ssh://git@myhost/repo.git" successfully. I have set all the required parameter for Git plugin. However I am co

CLI command failing since Friday 10/18/13

2013-10-21 Thread Ginga, Dick
I have a job that runs one jenkins cli command. It was working before 12 PM EST 10/18/13. @echo # @echo # set the build display name @echo # java -jar \Jenkins\jenkins-cli.jar -s http://dilithium.perkinelmer.net:8082/ set-build-display-name %JOB_TO_LABEL% %BUILD_TO_LABEL% %DISPLAY_NAME% Now ea

RE: CLI command failing since Friday 10/18/13

2013-10-21 Thread Ginga, Dick
I think I might have found the issue. I "think" I was trying to force run a job that was waiting for an executor on the master. The master had 2 hung jobs. From: Ginga, Dick Sent: Monday, October 21, 2013 9:34 AM To: jenkinsci-users@googlegroups.com Subject: CLI command failing since Friday 10/18

Re: How to resolve the RDC issue when GUI Testing on a windows Jenkins agent

2013-10-21 Thread Kelvin Lei
It's connected via Java Web Start btw -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-resolve-the-RDC-issue-when-GUI-Testing-on-a-windows-Jenkins-agent-tp4679065p4679100.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this me

How to resolve the RDC issue when GUI Testing on a windows Jenkins agent

2013-10-21 Thread Kelvin Lei
I have a jenkins agent set up on window 7 and a jenkins server on Linux. I am running GUI testing on the windows agent. It runs fine if I have a remote desktop connection connected to it, but fails otherwise. I found this link, http://stackoverflow.com/questions/10177708/jenkins-on-windows-and-gui-

post-build action (editable email notification)

2013-10-21 Thread Ramin Rad
Greetings, I am adding a Post-Build action (Editable Email Notification) and I am attaching a log file to this attachment but I get the following exception. Per error log below, I am reporting this as a defect. The build succeeds without the post-build action. Version of Jenkins: Jenkins ver

svn:external *files* not polled

2013-10-21 Thread Ronny Schuetz
Hi, I'm running Jenkins 1.509.4 with Subversion plugin 1.53. I've some SVN directories defined in a project, that contain svn:externals definitions to directories as well as to files, all relative to the current SVN server (^/trunk/ ...). When the plugin polls the repository for changes, it ind

Re: post-build action (editable email notification)

2013-10-21 Thread Slide
What version of email-ext? On Mon, Oct 21, 2013 at 9:28 AM, Ramin Rad wrote: > Greetings, > > I am adding a Post-Build action (Editable Email Notification) and I am > attaching a log file to this attachment but I get the following exception. > Per error log below, I am reporting this as a defec

Re: Restrict where this project can be run - extra options?

2013-10-21 Thread Les Mikesell
On Fri, Oct 18, 2013 at 3:55 AM, Tânia Magalhães wrote: > > Does anyone know if it is possible to define an order of preference for the > choice of the node that will do the build? > > For example: if there are the nodes A, B and C and I want a particular job > to run in A, or B, or C in this orde

Re: post-build action (editable email notification)

2013-10-21 Thread Ramin Rad
Jenkins Email Extension Plugin 2.35.1. On Mon, Oct 21, 2013 at 12:30 PM, Slide wrote: > What version of email-ext? > > > On Mon, Oct 21, 2013 at 9:28 AM, Ramin Rad wrote: > >> Greetings, >> >> I am adding a Post-Build action (Editable Email Notification) and I am >> attaching a log file to th

Re: Warnings Plugin MSBuild Parser detection of Visual Studio Code Analysis Warnings

2013-10-21 Thread Mike Hambidge
Thanks for the response Ulli. I've created JENKINS-20154to track this. - Mike On Sunday, October 20, 2013 10:03:40 AM UTC-5, Ullrich Hafner wrote: > > Yes, it should work on Visual Studio messages, too. Please file a new bug > report, it shoul

Re: post-build action (editable email notification)

2013-10-21 Thread Slide
Someone already issued a pull request to fix this issue and I merged it. I have not done a release yet. Please try configuring triggers, that should workaround the issue. On Mon, Oct 21, 2013 at 9:28 AM, Ramin Rad wrote: > Greetings, > > I am adding a Post-Build action (Editable Email Notificat

Re: post-build action (editable email notification)

2013-10-21 Thread Ramin Rad
Awesome! In the Editable Email Notification box, I clicked on Advanced Settings and added a trigger for SUCCESS. It worked as you suggested. Thanks, -ramin On Mon, Oct 21, 2013 at 1:06 PM, Slide wrote: > Someone already issued a pull request to fix this issue and I merged it. I > have not don

System Groovy script HELP

2013-10-21 Thread Jeff
I have a groovy script that reads the MAVEN_VERSION in a "Pre Step" from the job/project and sets an environment variable. >From the job description of "execute system Groovy script" it states: Executes a system groovy script similarly to *hudson_url*/script. The script is *always* executed on ma

Re: Using perforce Workspace name in the perforce plugin

2013-10-21 Thread D Soa
I have a followup question. I read the help text, but am still confused at what the settings mean. I have multiple jobs that need to work off the same client view spec and I want Jenkins to create/manage a separate workspace for each job. But I want the "view spec" to be based off an existing

Re: Jenkins : Add passphrase key to jenkins user for Git pull from jenkins job

2013-10-21 Thread JonathanRRogers
On Monday, October 21, 2013 8:47:20 AM UTC-4, Mitul Parmar wrote: > > Hi, > > I am new to jenkins. I have created a job which tries to pull changes from > git repositories using ssh. I have created SSH key for the jenkins user and > I am able to do "ls-remote -h ssh://git@myhost/repo.git" succe