Re: SVN Tagging Plugin Issue

2014-03-13 Thread Brett Delle Grazie
OPTIONS failing on tag sounds like a VisualSVN configuration issue. Does the Jenkins SVN user have permission to tag? Sent from my mobile so please forgive any auto correct errors Kind regards, Brett On 11 Mar 2014 14:34, "Chris Beech" wrote: > Hi there, > > > > I'm having two problems with SV

Re: MSBuild Visual Studio

2014-03-13 Thread Sébastien Lachance
Hello, I ran into the same problem as you. I'm old enough that I play with DOS short path when I was teenager that he saved me here!! The solution, use this path: C:\PROGRA~2\MSBuild\12.0\Bin\MSBuild.exe ArchieCoder On Wednesday, 19 February 2014 11:01:12 UTC-5, Jmata wrote: > Hello Guys, >

Anyone know.of/use an dashboardable/tablular/trendable arbitrary number plugin?

2014-03-13 Thread Greg Moncreaff
I'm looking at a case where want to contain complexity, and we have tools that can report # of methods, # of methods exceeding a complexity bound for buckets of source code. And we can obviously combine those for density. (e.g. $expr) Would like to see something that can apply health thres

Weblogic Deployer plugin errors

2014-03-13 Thread Vijay Patel
Hi, We have configured Weblogic Deployer Plugin with Jenkins(1.553) for automatic deployment to Weblogic server. We are getting following errors during deployment. BUILD SUCCESSFUL Total time: 13 seconds Archiving artifacts [WeblogicDeploymentPlugin] - Pay attention of Jdk version {selected ver

RE: Jenkins is down hard

2014-03-13 Thread Ginga, Dick
Thanks Les. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Wednesday, March 12, 2014 5:12 PM To: jenkinsci-users Subject: Re: Jenkins is down hard On Wed, Mar 12, 2014 at 3:53 PM, Ginga, Dick wrote: > W

Re: [Build Flow Plugin] how to execute different rescue when job failed in guard

2014-03-13 Thread James Chapman
Hobby There is an error in the code you posted... build("Failure_Clean"]) should be: build("Failure_Clean") When I corrected the error it worked as expected for me. You could add specific cleanups like this: def b guard { b=build("JobA") } rescue { if (b.result =

Re: Maven Release Plugin throws Authentication Required error

2014-03-13 Thread D Vijay
Hi, Please help me understand on the below 1. What is the release process that is practiced in general(standard practice)? 2. Can we do a release from branch? 3. How can we merge the code from branch to trunk, if we have to do a release only from branch(is there any plugin for this

Re: CLI list-jobs words, but get-job on ANY of the listed jobs says "No such job"

2014-03-13 Thread karg
That is weird and told nowhere! :-( How to get the "real" job name from the listed "display" job names? Am Mittwoch, 12. März 2014 22:32:55 UTC+1 schrieb Daniel Beck: > > Likely because list-jobs prints the display name, while get-job requires > the actual job name to be specified. > > Another

RE: [Build Flow Plugin] how to execute different rescue when job failed in guard

2014-03-13 Thread Hobby Tan
Hi James, But if I cancel the "JobA" from Jenkins, it will STILL call build("Normal_Clean"). So is there any other judgment I can use to handle the "Cancel" action from Jenkins? Thanks, Hobby -Original Message- From: Hobby Tan Sent: Thursday, March 13, 2014 12:45 PM To: jenkinsc