Commit c2195d70 authored by Sowmya Vagicherla's avatar Sowmya Vagicherla

Update Jenkinsfile

parent c06d6b79
...@@ -9,7 +9,7 @@ node('devenv') { ...@@ -9,7 +9,7 @@ node('devenv') {
sh ''' sh '''
service springboot-refapp stop || true service springboot-refapp stop || true
rm -f /etc/init.d/springboot-refapp || true rm -f /etc/init.d/springboot-refapp || true
ln -s /var/lib/jenkins/workspace/training-cicd_mine_master/target/springboot-refapp-0.0.1-SNAPSHOT.jar /etc/init.d/springboot-refapp || true ln -s /var/lib/jenkins/workspace/training-cicd-mine_master/target/springboot-refapp-0.0.1-SNAPSHOT.jar /etc/init.d/springboot-refapp || true
service springboot-refapp stop service springboot-refapp stop
service springboot-refapp start service springboot-refapp start
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment