commit | 7dc8bdf8c93d312d51c72e9ddf8021883f4a5fd9 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Mar 25 12:25:29 2024 +0700 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Mar 25 12:25:29 2024 +0700 |
tree | f111a6b6fad849bdb41c3a0e2eb12deb36f73289 | |
parent | d615c939d3fae31a74ed6776d3f33c342bb0eaba [diff] |
jenkins/ci.jpl: Fix Groovy warning of insecure variable interpolation Credential-holding vars should be interpolated on the shell, not Groovy, level. So, the dollar sign prefixes should be quoted in Groovy strings to be passed verbatim to shell. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I932523ad5d0c4b7cabd2694f3f39f22cafdd5e8c