RE: SVN post-commit notify for parameterized job

2017-05-18 Thread Jennifer Hofmeister
ers Cc: aszos...@partner.eso.org Subject: Re: SVN post-commit notify for parameterized job I don't understand what you mean. But I tried adding ${revision} to my Repository URL with no "at" sign. Once that's there, no job is triggered by my post-commit hook. After I remove it, the job i

Re: SVN post-commit notify for parameterized job

2017-05-17 Thread Tammy Osborn
I don't understand what you mean. But I tried adding ${revision} to my Repository URL with no "at" sign. Once that's there, no job is triggered by my post-commit hook. After I remove it, the job is triggered just fine. On Tuesday, May 16, 2017 at 3:01:39 AM UTC-7, Artur Szostak wrote: > One

Re: SVN post-commit notify for parameterized job

2017-05-16 Thread Artur Szostak
One relatively easy way would be to change using the following: http://svn/app/trunk/${revision} The @ sign must then be added by the user. But this can be checked by using the validating string parameter and a regular expression string as follows: (^\@\d*$)|^$ Anything else I think will