log errors
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit Details

pull/31/head
L_DelOff 2023-11-19 22:16:52 +03:00
parent 9ef9ad18cf
commit 02a4b5081f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn -B -DskipTests clean package'
sh 'mvn -B -DskipTests -X clean package'
}
}
}