Cannot access variables passed in Subversion URL Bee Bot July 13, 2022 10:41 Updated The content of this article has moved to the new documentation site. Related articles How to Customize Checkout for Pipeline Multibranch? How to access Changelogs in a Pipeline Job? Pipelines and Multibranch Pipelines are failing due to 'java.nio.file.AccessDeniedException' Automatically Marking Jenkins builds as keep forever Why are my credentials being exposed in Blue Ocean view? Comments 1 comment Sort by Date Votes Jcsouvignet Jcsouvignet June 22, 2018 12:11 Hello, I use jenkins with pipeline and subversion. I define a job on jenkinsfile in my subversion. The jenkinsfile deals with SVN_REVISION and SVN_URL. When I use an exact URL for "repository URL" in pipeline section of job, everything is good : SVN_REVISION and SVN_URL are set up. But if I use a parameter un URL, "https://****/svn/PRJ/tags/${MY_TAG}", SVN_REVISION and SVN_URL are null ! How can I set this variables in my context ? Thanks in advance 0 Please sign in to leave a comment.
Comments
1 comment
Hello,
I use jenkins with pipeline and subversion.
I define a job on jenkinsfile in my subversion. The jenkinsfile deals with SVN_REVISION and SVN_URL.
When I use an exact URL for "repository URL" in pipeline section of job, everything is good : SVN_REVISION and SVN_URL are set up.
But if I use a parameter un URL, "https://****/svn/PRJ/tags/${MY_TAG}", SVN_REVISION and SVN_URL are null !
How can I set this variables in my context ?
Thanks in advance
Please sign in to leave a comment.