CCM NG: Let Jenkins restart Wildfly after tests
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@6016 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: 1a8e49c58b
pull/2/head
parent
f1accc9783
commit
8c985a9af1
|
|
@ -10,6 +10,11 @@ pipeline {
|
|||
sh 'mvn clean package test -Pwildfly-remote-h2-mem'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
sh 'sudo systemctl restart wildfly'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Analyse") {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue