Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not A Defect
-
None
-
Jenkins 2.176.1,
svn version 2.12.1
Description
Am using Pipeline script from SCM I want to give SVN_URL as build parameter to build job.
Am trying to print SVN_URL print the SVN_URL_1 in pipeline line script of build job.
Error is:
groovy.lang.MissingPropertyException: No such property: $SVN_URL_1 for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63)
When I use env.SVN_URL_1, it is printing NULL.
please use the google groups to ask questions https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue