@@ -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'){
sh '/apache-tomcat9/bin/startup.sh'