Commit 64127696 authored by test's avatar test
Browse files

open code style check


Former-commit-id: bc2e08af03314fb43cf6dfb93126021d9491509c
parent 037ae587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ timeout(time: 60, unit: 'MINUTES') {
    dir ("core") {
        sh "git config --global user.email \"test@zilliz.com\""
        sh "git config --global user.name \"test\""
        // sh "./build.sh -l"
        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} -d /opt/milvus -j -u"
        }