fix
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit
Details
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit
Details
parent
56a74a8b49
commit
7a0c2fde66
|
@ -8,7 +8,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn -B -DskipTests -X clean install'
|
sh 'mvn -B -DskipTests -X clean package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|
Loading…
Reference in New Issue