Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TaerryKim committed Jul 27, 2018
1 parent 86ffec8 commit c0f8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stop jar') {
steps {
sh 'pkill -f \'java -jar\' || true;'
sh 'sh \'sudo pkill -f \\\'java -jar\\\' || true;\' '
}
}
stage('Build using maven') {
Expand Down

0 comments on commit c0f8b26

Please sign in to comment.