Maven project build issue

2014-02-06 Thread Akshay Pratinav
Hi, I am wirting a maven 2/3 project in jenkins. I am seeing following error in build stage: [INFO] [ERROR] BUILD ERROR[INFO] [INFO] Fatal error compil

Re: How do i configure ANT on my jenkins slave

2014-02-06 Thread Les Mikesell
On Thu, Feb 6, 2014 at 3:11 PM, Mark Waite wrote: > The easiest way with Ant is to use the Jenkins global configuration to > configure an Ant installation, and have it download that Ant installation > from Apache. Then you define the job to use the specific Ant version you > configured, and it wi

Re: How do i configure ANT on my jenkins slave

2014-02-06 Thread Mark Waite
The easiest way with Ant is to use the Jenkins global configuration to configure an Ant installation, and have it download that Ant installation from Apache. Then you define the job to use the specific Ant version you configured, and it will be downloaded and used for that build. That keeps your

How do i configure ANT on my jenkins slave

2014-02-06 Thread Eric Wood
I have set up a new slave and it needs to run ANT.  I have downloaded and installed.  Set ANT_HOME and the PATH.  I can run from the cmd prompt.  I stopped the Jenkins java process and restarted it on the slave, but when I run the job I keep getting: $ cmd.exe /C '"ant.bat -file build.xml -Dco

Re: How to have downstream job scheduled?

2014-02-06 Thread softwareforums2013
Hi Eric, Thank you for your reply. I will try it out -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/How-to-have-downstream-job-scheduled-tp4688112p4688580.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you a

requirements for downstream builds

2014-02-06 Thread Shane Kim
Hi Jenkins users, I'm really confused with Downstream builds information on a build page. I have an upstream job and a downstream job. Downstream job is a deployment job and upstream job is a job that pulls source code and then archive .zip file. The zip file gets copied from upstream job to do

Re: Maven releases and Release plugin...

2014-02-06 Thread oggie
I'm seeing this same problem. I set a step to run after a successful release, but that step (execute shell) never happens. Are you saying that even though the options are there, they don't actually work? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Maven-releases-and

Re: Stop EC2 slave instances

2014-02-06 Thread David V
Hi Stephen. Thanks for responding with the suggestion. I would like to incorporate it, but I'm not familiar with the Node Iterator API Plugin. I see that you are the creator of the project. How do I use it? >From looking at the source code, it looks like I would just change the loop in my scrip

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread Stephen Connolly
yeah I certainly was not expecting anything that esoteric ;-) On 6 February 2014 16:02, David Aldrich wrote: > Hi Stephen > > > > Thanks, I am using the latest plugins. > > > > Our Jenkins instance uses 'user' 'hudsonuser' for svn access but we have > to have separate credentials for that user

RE: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread David Aldrich
Hi Stephen Thanks, I am using the latest plugins. Our Jenkins instance uses 'user' 'hudsonuser' for svn access but we have to have separate credentials for that user for linux and Windows slaves (they have different passwords). The linux jobs got the correct credentials but the Windows jobs l

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread Stephen Connolly
There was always the possibility that there was some crazy state that a job could get itself into with regards to where it was sourcing its credentials from (using the pre-2.0 credentials model). I was rather confident that I had covered all the crazy ways that the credentials could be stashed. Yo

RE: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread David Aldrich
Hi Stephen I upgraded to svn plugin 2.0 again. In the job configuration screen the credentials drop-down read 'none' as you expected. I then selected the correct credentials from the dropdown and was taken to: https://https://%3cmy> url>/jenkins/job//configSubmit which was a blank screen. I

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread Stephen Connolly
If you go to the job configuration screen (when using subversion 2.0) there should be a credentials drop-down under the SVN URL. if that is empty, then likely the credentials for that specific job were not migrated. You should be able to select the credentials, or worst case add them again. On 6

RE: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread David Aldrich
How would I check that? I have just downgraded to 1.54. Now, on the configuration page of the failing project, Jenkins is asking me for credentials: Unable to access https://mytrunk : svn: E200015: OPTIONS /subversion/zodiac/trunk failed (show details)

Re: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread Stephen Connolly
Did the credentials get migrated correctly? On 6 February 2014 13:55, David Aldrich wrote: > Hi > > > > I have just upgraded from Subversion 1.54 plugin to v.2.00. Launching a > job that does a clean checkout on a Windows slave now repeatedly fails with > this exception: > > Checking out at

RE: [ANN] Subversion Plugin 2.0 being released

2014-02-06 Thread David Aldrich
Hi I have just upgraded from Subversion 1.54 plugin to v.2.00. Launching a job that does a clean checkout on a Windows slave now repeatedly fails with this exception: Checking out at revision '2014-02-06T13:42:30.165 +' ERROR: Failed to check out org.tmatesoft.svn.core.SVNCancelExcepti

Re: Junit Attachment Plugin

2014-02-06 Thread metalmonkey280
Op woensdag 5 februari 2014 23:22:25 UTC+1 schreef JonathanRRogers: > > On Wednesday, February 5, 2014 5:53:59 AM UTC-5, metalmo...@gmail.comwrote: >> >> I had the same isssues as you did. Couldn't find a proper example of the >> Junit XML file. Finally made it work. Maybe XML example below migh

Re: Test Count Reduced Report

2014-02-06 Thread Alexander Dikanchukov
I found the solution. Just downloaded Regression Report Plugin and modified it. -- 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...@goo

Re: Warnings plugin - use line number of input

2014-02-06 Thread James Howe
ETA for a release that will include the change? -- 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,

Re: jenkins+ant+if_then

2014-02-06 Thread Vivekanand S V
This isn't a jenkins issue, anyway for your scenario, it looks like oyu need to add the taskdef for "Ant contrib" which defines the tasks for "if" conditions. http://ant-contrib.sourceforge.net/ and http://ant-contrib.sourceforge.net/tasks/tasks/if.html On Thu, Feb 6, 2014 at 1:35 PM, vinil nara

Re: jenkins+ant+if_then

2014-02-06 Thread Benjamin Lau
You need to pass the parameterized value into ant like this: -DDBName=${DBName} Or handle it like an environment variable by adding this inside the project tag: And then use ${env.DBName} wherever you need to access it. Cheers, Ben On Thu, Feb 6, 2014 at 12:05 AM, vinil narayan wrote: > hi a

jenkins+ant+if_then

2014-02-06 Thread vinil narayan
hi all... I'm using "This build is parameterized" in jenkins. and choice name is DBName.. there are 3 options. I used an xml file like.. and while build this job I'm getting error like BUILD FAILEDD:\Atlas\userinput.xml:4: Problem: failed to create task or type if Ca