-
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
-
[JENKINS-46211] Source Code Management senction is not accepting String parameter
Epic Link |
New:
|
Summary | Original: Source Code Management senction is an accepting String parameter | New: Source Code Management senction is not accepting String parameter |
Description |
Original:
Source Code Management senction is an 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 |
New:
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 |
Epic Link |
Original:
|
Labels | Original: scm | New: environment parameters scm |
It definitely works well for Pipeline.
Regarding classic jobs, it's more complicated than one may think. For checkout it's possible to do it for sure, but cases like SCM polling and Workspace cleanup are problematic since there is no parameter values there. How do you see such case?