do an explicit stop/start

This commit is contained in:
Anthony Young 2011-11-10 09:42:28 -08:00
parent c986b3f8c7
commit ec38c40a4d

View File

@ -84,4 +84,5 @@ for plugin in ${PLUGINS//,/ }; do
done
# Restart jenkins
restart jenkins
stop jenkins || true
start jenkins