Pārlūkot izejas kodu

adjusted jenkinsfile

xiaoct 7 gadi atpakaļ
vecāks
revīzija
d6e30de930
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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