Skip to content

Commit

Permalink
[SHIBUI-794]
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
jj committed Sep 14, 2018
1 parent 0d45c53 commit 5058f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {
}
steps {
sh '''
docker stop shibui
docker run -d --restart always -t shibui unicon/shibui --spring.config.location=file:/etc/shibui
docker stop shibui || true
docker run -d --restart always -t shibui -p 8080:8080 unicon/shibui --spring.config.location=file:/etc/shibui
'''
}
}
Expand Down

0 comments on commit 5058f48

Please sign in to comment.