do an explicit stop/start
This commit is contained in:
parent
c986b3f8c7
commit
ec38c40a4d
1 changed files with 2 additions and 1 deletions
|
@ -84,4 +84,5 @@ for plugin in ${PLUGINS//,/ }; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Restart jenkins
|
# Restart jenkins
|
||||||
restart jenkins
|
stop jenkins || true
|
||||||
|
start jenkins
|
||||||
|
|
Loading…
Reference in a new issue