Browse Source

adjusted jenkinsfile

xiaoct 7 years ago
parent
commit
d6e30de930
1 changed files with 2 additions and 1 deletions
  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'