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