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

fff

parent cda9eeea
...@@ -32,7 +32,7 @@ echo "\033[32m############################################\n\ ...@@ -32,7 +32,7 @@ echo "\033[32m############################################\n\
urrentPath = sh (script: 'pwd',returnStdout: true).trim() urrentPath = sh (script: 'pwd',returnStdout: true).trim()
stage("SonarQube Quality Gate"){ stage("SonarQube Quality Gate"){
_stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath) _stage.sonaar_check(GIT_REPO_NAME,GIT_BRANCH_HASH,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