xiaoct 7 жил өмнө
parent
commit
d6e30de930
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -22,10 +22,11 @@ pipeline {
                 sh 'sonar-scanner'
             }
         }
-        stage('Import to Webapps')
+        stage('Import to Webapps'){
             steps {
                 sh 'cp ./target/BI.war /apache-tomcat9/webapps'
             }
+        }
         stage('Start Tomcat9'){
             steps {
                 sh '/apache-tomcat9/bin/startup.sh'