Skip to content

Commit a84bce4

Browse files
authored
Update Jenkinsfile.buildAndDeploy
1 parent a32189d commit a84bce4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Jenkinsfile.buildAndDeploy

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ pipeline {
1919
}
2020
}
2121

22-
stage ('Start Web Server')
23-
{
24-
steps {
25-
sh 'bash /home/appsec/prod/apache-tomcat-8.5.39/bin/startup.sh'
26-
}
27-
}
22+
2823

2924
stage ('Deploy-To-Tomcat') {
3025
steps {

0 commit comments

Comments
 (0)