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 8fa65d0 commit 0d45c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ pipeline {
}
}
steps {
sh '''docker run -d --restart always unicon/shibui
sh '''
docker stop shibui
docker run -d --restart always -t shibui unicon/shibui --spring.config.location=file:/etc/shibui
'''
}
}
Expand Down

0 comments on commit 0d45c53

Please sign in to comment.