Commit 0b3435ea authored by wentao.suo's avatar wentao.suo

fff

parent 11380bb4
def call(body) { def call(body) {
def _stage = new org.qg.ci.StageBucket() def _stage = new org.qg.ci.SonarStageBucket()
def _utils = new org.qg.docker_new.Utils() def _utils = new org.qg.docker_new.Utils()
def env = body.env def env = body.env
def GIT_REPO_SSH_URL = env.GIT_REPO_SSH_URL def GIT_REPO_SSH_URL = env.GIT_REPO_SSH_URL
...@@ -35,7 +35,7 @@ echo "\033[32m############################################\n\ ...@@ -35,7 +35,7 @@ echo "\033[32m############################################\n\
currentPath = sh (script: 'pwd',returnStdout: true).trim() currentPath = sh (script: 'pwd',returnStdout: true).trim()
stage("SonarQube Quality Gate"){ stage("SonarQube Quality Gate"){
_stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH_HASH,currentPath) _stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath)
} }
stage("callback"){ 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