mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
change build.sh
Former-commit-id: bf43bfb44b227f8804f7a970e4f620794ff08f9e
This commit is contained in:
parent
8f1205e90c
commit
1526c7616d
@ -1,5 +1,5 @@
|
||||
timeout(time: 60, unit: 'MINUTES') {
|
||||
dir ("core") {
|
||||
dir ("ci/jenkins/scripts") {
|
||||
sh "./build.sh -l"
|
||||
withCredentials([usernamePassword(credentialsId: "${params.JFROG_CREDENTIALS_ID}", usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
|
||||
sh "export JFROG_ARTFACTORY_URL='${params.JFROG_ARTFACTORY_URL}' && export JFROG_USER_NAME='${USERNAME}' && export JFROG_PASSWORD='${PASSWORD}' && ./build.sh -t ${params.BUILD_TYPE} -o /opt/milvus -d /opt/milvus -j -u -c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user