Explorar el Código

adjusted jenkinsfile

xiaoct hace 7 años
padre
commit
d6e30de930
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'