Skip to content

Commit 2ae8012

Browse files
committed
improve target_stash
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
1 parent a3b7c45 commit 2ae8012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/unitTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Map call(Map config = [:]) {
149149
inst_repos: config.get('inst_repos', ''),
150150
inst_rpms: inst_rpms)
151151
// image_version-compiler-build_type
152-
String target_stash = "${stage_info['target']}-${stage_info['compiler']}"
152+
String target_stash = "${stage_info['ci_target']}-${stage_info['compiler']}"
153153
if (stage_info['build_type']) {
154154
target_stash += '-' + stage_info['build_type']
155155
}

0 commit comments

Comments
 (0)