-
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
-
[JENKINS-41414] Can't pass parameters list to another job
Description |
Original:
I need to pass all the parameters from current job to subsequent: ``` stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } ``` But I get an error: `java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List` |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } }}} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Description |
Original:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } }}} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Description |
Original:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Description |
Original:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Description |
Original:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') dir('LIT') { build job: 'Assets', parameters: params } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Description |
Original:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') dir('LIT') { build job: 'Assets', parameters: params } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
New:
I need to pass all the parameters from current job to subsequent: {{ stage('Call job') { dir('LIT') { build job: 'Assets', parameters: params } } }} But I get an error: {{java.lang.UnsupportedOperationException: must specify $class with an implementation of interface java.util.List}} |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | New: Rachel M. [ rachel ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |