Commit 807fc47
Sergei Parshev
JENKINS-59911 Chained assignment is not working in pipeline
Found that groovy in pipeline is not supporting the chained assignment. In tests it's working well, but in pipeline value becomes null.
Get the details here: https://issues.jenkins-ci.org/browse/JENKINS-599111 parent 48df9be commit 807fc47
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments