We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8012 commit 19d4b05Copy full SHA for 19d4b05
vars/unitTest.groovy
@@ -149,7 +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 = "${stage_info['ci_target']}-${stage_info['compiler']}"
+ String target_stash = "${image_version}-${stage_info['compiler']}"
153
if (stage_info['build_type']) {
154
target_stash += '-' + stage_info['build_type']
155
}
0 commit comments