Commit a21b9e5b authored by Peter Farago's avatar Peter Farago

Update Jenkinsfile

parent 243616c9
......@@ -7,7 +7,7 @@ node('devenv') {
}
stage('deploy') {
sh '''
ln -s /var/lib/jenkins/workspace/training-cicd_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 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