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

fix

parent ec499365
...@@ -31,7 +31,7 @@ def call(body) { ...@@ -31,7 +31,7 @@ def call(body) {
# GIT_TRIGER_USER:${GIT_TRIGER_USER}\n\ # GIT_TRIGER_USER:${GIT_TRIGER_USER}\n\
############################################\033[0m" ############################################\033[0m"
} }
dir(gitRepoName){ dir(GIT_REPO_NAME){
node{ node{
stage("SonarQube Quality Gate"){ stage("SonarQube Quality Gate"){
def gitRepoName ="${GIT_REPO_NAME}" def gitRepoName ="${GIT_REPO_NAME}"
......
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