File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,15 +241,15 @@ pipeline {
241241 dir(" jdk-download-${ os} .${ arch} " ) {
242242 // Fetch the JDK, which provides the C header-files and shared native libraries, against which the natives are build.
243243 sh " curl ${ getNativeJdkUrl(os, arch)} | tar -xzf - include/ lib/"
244- stash name :" jdk.resources.${ os } .${ arch} " , includes : " include/,lib/"
244+ stash name :" jdk.resources.${ ws } .${ arch} " , includes : " include/,lib/"
245245 deleteDir()
246246 }
247247 runOnNativeBuildAgent(" ${ PLATFORM} " ) {
248248 cleanWs() // Workspace is not cleaned up by default, so we do it explicitly
249249 echo " OS: ${ os} , ARCH: ${ arch} "
250250 unstash " swt.binaries.sources.${ ws == 'gtk4' ? 'gtk' : ws } "
251251 dir(' jdk.resources' ) {
252- unstash " jdk.resources.${ os } .${ arch} "
252+ unstash " jdk.resources.${ ws } .${ arch} "
253253 }
254254 withEnv([' MODEL=' + arch, " OUTPUT_DIR=${ WORKSPACE} /libs" , " SWT_JAVA_HOME=${ WORKSPACE} /jdk.resources" ]) {
255255 if (isUnix()) {
You can’t perform that action at this time.
0 commit comments