diff --git a/deploy-for-test.sh b/deploy-for-test.sh index 6002e6cd..6d2c9917 100644 --- a/deploy-for-test.sh +++ b/deploy-for-test.sh @@ -2,7 +2,7 @@ ### Remove old war files rm -rf /tomcat/test/webapps/student* - +## hello Ram ### Copy the war file cp /var/lib/jenkins/workspace/sample-test1/target/student*.war /tomcat/test/webapps/student.war