-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins ver. 2.7.1, Pipeline: Groovy 2.19
I need to pass all the parameters from current job to subsequent:
{{ stage('Call job') {
dir('LIT')
}
}}
But I get an error:
java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List
- duplicates
-
JENKINS-40857 Add option to pass all parameters and/or environment variables to trigered job
- Open