File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ pipeline {
218
218
sh ' env|sort'
219
219
echo " file version = ${ version_number} "
220
220
echo " is_release = ${ is_release} "
221
+ sh " uname -a"
221
222
}
222
223
}
223
224
stage(' MacOS Checkout' ) {
@@ -304,8 +305,8 @@ pipeline {
304
305
archiveArtifacts " dist/latest-mac.yml"
305
306
sh ' ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.app.zip"'
306
307
archiveArtifacts " WebLogic Kubernetes Toolkit UI.app.zip"
307
- sh ' ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac-arm64/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.arm64.app.zip"'
308
- archiveArtifacts " WebLogic Kubernetes Toolkit UI.arm64.app.zip"
308
+ // sh 'ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac-arm64/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.arm64.app.zip"'
309
+ // archiveArtifacts "WebLogic Kubernetes Toolkit UI.arm64.app.zip"
309
310
}
310
311
}
311
312
}
You can’t perform that action at this time.
0 commit comments