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 {
218218 sh ' env|sort'
219219 echo " file version = ${ version_number} "
220220 echo " is_release = ${ is_release} "
221+ sh " uname -a"
221222 }
222223 }
223224 stage(' MacOS Checkout' ) {
@@ -304,8 +305,8 @@ pipeline {
304305 archiveArtifacts " dist/latest-mac.yml"
305306 sh ' ditto -c -k --sequesterRsrc --keepParent "$WORKSPACE/dist/mac/WebLogic Kubernetes Toolkit UI.app" "WebLogic Kubernetes Toolkit UI.app.zip"'
306307 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"
309310 }
310311 }
311312 }
You can’t perform that action at this time.
0 commit comments