Commit b65aa06
authored
chore(Jenkinsfile) correct potential memory leak in the pipeline (#503)
Removes the message
```
Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parallelStages (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
```1 parent 5d3cfb3 commit b65aa06
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments