We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9d837 commit 586feaeCopy full SHA for 586feae
vars/unitTest.groovy
@@ -149,9 +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 = config.get('image_version', '') ?:
153
- ${stage_info['target']}
154
- target_stash += '-' + stage_info['compiler']
+ String target_stash = "${stage_info['target']}-${stage_info['compiler']}"
155
if (stage_info['build_type']) {
156
target_stash += '-' + stage_info['build_type']
157
}
0 commit comments