Skip to content

Commit

Permalink
CodeCommit1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umangsaltuniv committed Oct 21, 2020
1 parent a9fa652 commit 5ed3d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reference/Jenkinsfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pipeline {
//Code starts for stage War Deployed on Tomcat Server
stage('War Deployed on Tomcat Server') {
steps {
sh 'cp /var/jenkins_home/workspace/verity-devops/target/ExpenseApp-1.war /tmp/apache-tomcat-9.0.20/webapps'
sh 'cp /var/jenkins_home/workspace/verity-devops-ex/target/ExpenseApp-1.war /tmp/apache-tomcat-9.0.20/webapps'
}
}
//Code ends for stage War Deployed on Tomcat Server
Expand Down

0 comments on commit 5ed3d81

Please sign in to comment.