MS-306 - Optimize build efficiency

Former-commit-id: f9e8e94883a1ed4b76f668be0cab5b70e0929b31
pull/191/head
quicksilver 2019-08-02 19:23:19 +08:00
parent c49bebe0ef
commit 740dd0ac24
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ container('milvus-build-env') {
dir ("cpp") { dir ("cpp") {
sh "git config --global user.email \"test@zilliz.com\"" sh "git config --global user.email \"test@zilliz.com\""
sh "git config --global user.name \"test\"" sh "git config --global user.name \"test\""
sh "./build.sh -t ${params.BUILD_TYPE} -u -c" sh "./build.sh -t ${params.BUILD_TYPE} -j -u -c"
} }
} catch (exc) { } catch (exc) {
updateGitlabCommitStatus name: 'Build Engine', state: 'failed' updateGitlabCommitStatus name: 'Build Engine', state: 'failed'