File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,13 @@ pipeline {
298298 }
299299 stage(' MacOS Build Installers' ) {
300300 steps {
301- sh ' cd ${WORKSPACE}/electron; PATH="${mac_node_dir}/bin:$PATH" HTTPS_PROXY=${WKTUI_PROXY} CSC_IDENTITY_AUTO_DISCOVERY=false ${mac_npm_exe} run build -- --mac --x64 --arm64'
301+ sh '''
302+ cd "${WORKSPACE}/electron"
303+ PATH="${mac_node_dir}/bin:$PATH" HTTPS_PROXY=${WKTUI_PROXY} CSC_IDENTITY_AUTO_DISCOVERY=false ${mac_npm_exe} run build:jet
304+ PATH="${mac_node_dir}/bin:$PATH" HTTPS_PROXY=${WKTUI_PROXY} CSC_IDENTITY_AUTO_DISCOVERY=false ${mac_npm_exe} run install-tools
305+ PATH="${mac_node_dir}/bin:$PATH" HTTPS_PROXY=${WKTUI_PROXY} CSC_IDENTITY_AUTO_DISCOVERY=false ${mac_npm_exe} run build:installer -- --mac --x64 --arm64'
306+ cd "${WORKSPACE}"
307+ '''
302308 archiveArtifacts ' dist/*.dmg'
303309 archiveArtifacts ' dist/*.zip'
304310 archiveArtifacts " dist/*.blockmap"
You can’t perform that action at this time.
0 commit comments