Re: cygwin - how to use - quick question

2013-03-07 Thread Aris Green
I've tortured myself several times trying to call Cygwin neatly from the Windows CMD shell. Only to forget how I did it months later. One question... This is very easy to do with a little Groovy script. You could save the script using the Scriptler plug-in. Google "Groovy md5 hash" and you'

Re: SVN_REVISION is not set, cant' use to call batch file

2013-03-04 Thread Aris Green
It looks like this was doing this: svn://myhost.foo.local/repo//blah-1/trunk, not the // after repo. The project would download find, but the // after repo was messing things up. I changed the // to / and SVN_REVISION was then showing up fine. Thanks, Aris -- You received this message because

Re: SVN_REVISION is not set, cant' use to call batch file

2013-03-04 Thread Aris Green
e n is the repo > number. > > See > https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin > > > Am 04.03.13 um 05:13 schrieb Aris Green > >> For a freestyle project using a Subversion checkout, the SVN_REVISION >> >> number is not being set. I am

SVN_REVISION is not set, cant' use to call batch file

2013-03-03 Thread Aris Green
For a freestyle project using a Subversion checkout, the SVN_REVISION number is not being set. I am using Jenkins 1.504 and Jenkins Subversion Plugin-in 1.45. This SVN_REVISION variable does not seem to work reliably. Does it still exist. I do have a GROOVY script that can get the revision by s

Question on how to structure jobs for integration versus release to QA builds.

2012-12-31 Thread Aris Green
ms that there are issues that introduce more complexity than needed. Thanks, Aris Green