mirror of https://github.com/milvus-io/milvus.git
MS-306 - Optimize build efficiency
Former-commit-id: f9e8e94883a1ed4b76f668be0cab5b70e0929b31pull/191/head
parent
c49bebe0ef
commit
740dd0ac24
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue