diff --git a/Jenkinsfile b/Jenkinsfile index 275b67361d..8e30804736 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,12 +26,12 @@ pipeline { stages { - stage("拉取代码") { + stage("checkout code") { steps { echo "checkout code success" } } - stage('sonar扫描') { + stage('sonar scanner') { parallel { stage('SonarQube') { steps {