Re: HELP! Jenkins no longer connects to Subversion (svn: REPORT of /svn/repo_name/!svn/vcc/default: 500 Internal Server Error)

2013-08-28 Thread Masariello
Correction: I could upgrade to LTS 1.509.2 and *all* the latest and greatest versions of the plugins. I also upgraded to VisualSvn 2.6.4. But I still get the error. The VisualSvn server is now reporting the following in the log Could not access revision times. [500, #175002] Re-stuck. -- Yo

Re: HELP! Jenkins no longer connects to Subversion (svn: REPORT of /svn/repo_name/!svn/vcc/default: 500 Internal Server Error)

2013-08-28 Thread Masariello
The problem has come back a couple of times since I last posted on this thread. It always went away on its own after a few hours, but this time it's sticking around. It came back yesterday afternoon 5pm GMT, and it's still there. The same issue seems to be affecting Jenkins installations that

Re: HELP! Jenkins no longer connects to Subversion (svn: REPORT of /svn/repo_name/!svn/vcc/default: 500 Internal Server Error)

2013-07-03 Thread Masariello
: > > Are the clocks on the Jenkins machine and the subversion server in sync > (e.g. via ntp)? They need to be. > > Matthew > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Masariello > *Sent:* 0

HELP! Jenkins no longer connects to Subversion (svn: REPORT of /svn/repo_name/!svn/vcc/default: 500 Internal Server Error)

2013-07-02 Thread Masariello
I've been running a Jenkins 1.480.x + VisualSvn 2.5.x since Nov 2012. A few days ago we started to experience the exception below ('500 Internal Server Error'). For a few times the problem went away after a reboot. But today everything started to fail ALWAYS. This started to happen completely o

Copy Artifacts Plugin and PROMOTED_NUMBER in a promotion process

2012-12-07 Thread Masariello
Hi there The Promoted Builds Plugin puts the number of the build being promoted in an environment variable called PROMOTED_NUMBER How can the Copy Artifacts Plugin use it in a promotion process? I tried several combinations without success. Thanks in advance!

Re: Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Another possibility I thought of after posting this topic: To name all the builds in a matrix multi-config job (incl. the master) I'd be happy to use an expression like *last_level_of*(${SVN_URL}) + "." + ${SVN_REVISION} Does anyone know if there's a way to manipulate strings before they are

Build Name Setter plugin and Matrix projects (multi-config)

2012-11-05 Thread Masariello
Hi there I'm using the Build Name Setter plugin with a Matrix project to pick up a version string from a build.properties file. The right value of the version string is generated by my build script. This is because we keep the MAJOR and MINOR version numbers in svn. The build scripts make sure

Publish Over CIFS plugin + Matrix project

2012-09-21 Thread Masariello
Hi there a quick question: during a promotion, is it possible to copy the artefacts of a specific build within a matrix project with the Publish Over CIFS plugin? Things like $BUILD_URL/ABI=net,CONFIG=release/path/to/deploy/**/* do not seem to work. At the moment I'm having to use the followi