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
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,
>
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
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
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
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 =
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
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
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