Commit cda9eeea authored by wentao.suo's avatar wentao.suo

fff

parent 8d249cdf
......@@ -7,7 +7,7 @@ def call(body) {
def GIT_BRANCH = env.GIT_BRANCH
def GIT_BRANCH_HASH = env.GIT_BRANCH_HASH
def GIT_TRIGER_USER = env.GIT_TRIGER_USER
def TASK_INDEX = env.TASK_ID
def TASK_INDEX = env.TASK_INDEX
......@@ -32,7 +32,7 @@ echo "\033[32m############################################\n\
urrentPath = sh (script: 'pwd',returnStdout: true).trim()
stage("SonarQube Quality Gate"){
/* _stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath)*/
_stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath)
}
stage("callback"){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment