File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ node('( linux || sw.os.linux ) && ( x64 || x86_64 || x86 || hw.arch.x86 ) && ( d
4040 bldImage. inside(" ${ mountParams} ${ envParams} " ) {
4141 sh " /opt/jdkcross/zip.sh"
4242 }
43- archiveArtifacts artifacts : " ${ env.WORKSPACE } / build/jri-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
44- archiveArtifacts artifacts : " ${ env.WORKSPACE } / build/jdk-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
45- archiveArtifacts artifacts : " ${ env.WORKSPACE } / build/jmods-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
43+ archiveArtifacts artifacts : " build/jri-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
44+ archiveArtifacts artifacts : " build/jdk-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
45+ archiveArtifacts artifacts : " build/jmods-${ params.JDKPLATFORM_VALUE} .tar.gz" , fingerprint : true
4646 }
4747 } finally {
4848 stage (' Cleanup' ) {
You can’t perform that action at this time.
0 commit comments