-
Improvement
-
Resolution: Duplicate
-
Critical
Source Code Management senction is not accepting String parameter
I am passing string parameter from Python script the value which is not substituting in the file path of the SCM section.
ex: File Path: /mnt/test_dir/${PARAM}/
I am able to see the value of the PRAM in the environment variables section. but the value is not substituting in the file path
- duplicates
-
JENKINS-7133 Support Environment variable in inputs
-
- Open
-
I am just reading files from the given folder location. Not using any version control. if you don't mind can you please send me the sample for pipeline which will satisfy my case.
I am using parameterized build to add string parameter. the same parameter I am trying to use in SCM file path.