Commit c2d34f56 authored by Peter Farago's avatar Peter Farago

Update Jenkinsfile

parent a21b9e5b
......@@ -10,6 +10,8 @@ node('devenv') {
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 start
service springboot-refapp stop || true
rm -f /etc/init.d/springboot-refapp || true
'''
}
}
\ No newline at end of file
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