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 5058f48 commit 342ca41
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 @@ -36,7 +36,7 @@ pipeline {
steps {
sh '''
docker stop shibui || true
docker run -d --restart always -t shibui -p 8080:8080 unicon/shibui --spring.config.location=file:/etc/shibui
docker run -d --restart always -t shibui -p 8080:8080 unicon/shibui:latest --spring.config.location=file:/etc/shibui
'''
}
}
Expand Down

0 comments on commit 342ca41

Please sign in to comment.