Commit cfb2d996 authored by jinhai's avatar jinhai
Browse files

Merge branch 'update_build_config' into 'branch-0.5.0'

MS-635 update v1

See merge request megasearch/milvus!735

Former-commit-id: c46bb96843c75402bc33347924c3ec99f11c237e
parents e2e92950 6c6f0626
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ container('milvus-build-env') {
                        sh "git config --global user.name \"test\""
                        withCredentials([usernamePassword(credentialsId: "${params.JFROG_USER}", usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
                            sh "./build.sh -l"
                            sh "rm -rf cmake_build"
                            sh "export JFROG_ARTFACTORY_URL='${params.JFROG_ARTFACTORY_URL}' \
                            && export JFROG_USER_NAME='${USERNAME}' \
                            && export JFROG_PASSWORD='${PASSWORD}' \