Sebastian Laag created JENKINS-13707:
----------------------------------------
Summary: Job disables itself during excecution
Key: JENKINS-13707
URL: https://issues.jenkins-ci.org/browse/JENKINS-13707
Project: Jenkins
Issue Type: Bug
Components: core
Reporter: Sebastian Laag
Jenkins Version: 1.462
Since yesterday one of our Jenkins jobs disables itself. With a bit testing i
could figure out, that the environment variables, which are used in the svn
url, cause the error. If i remove them, everything works fine.
We also use a seperate Jenkins with Version 1.456 and have no problems with
environment variables in svn urls.
Summary (with Version 1.462):
https://svn.example.org/svn/$VARIABLE -> After starting the build, the job will
be disabled, but excecuted as usual
https://svn.example.org/svn/${VARIABLE} -> After starting the build, the job
will be disabled, but excecuted as usual
https://svn.example.org/svn/branch -> Everything works fine
Do you need any further information?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira