Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jenkins: add workaround for groovy script & Java 11+ (#3019)
The Matrix Groovy Execution Strategy plugin appears to have an issue on Java 11+ where string parameters are appearing as byte arrays instead of strings. Use the new String() constructor instead of toString() to ensure we get string repesentation of the parameter. Refs: jenkinsci/matrix-groovy-execution-strategy-plugin#20 Refs: #2984 (comment)
- Loading branch information