We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1756c commit 758282eCopy full SHA for 758282e
vars/unitTest.groovy
@@ -149,8 +149,7 @@ Map call(Map config = [:]) {
149
inst_repos: config.get('inst_repos', ''),
150
inst_rpms: inst_rpms)
151
// image_version-compiler-build_type
152
- String target_stash = image_version
153
- target_stash += '-' + ${stage_info['compiler']}
+ String target_stash = "${image_version}-${stage_info['compiler']}"
154
if (stage_info['build_type']) {
155
target_stash += '-' + stage_info['build_type']
156
}
0 commit comments