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

pull/31/head
L_DelOff 2023-11-20 19:54:58 +03:00
parent 56a74a8b49
commit 7a0c2fde66
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 -X clean install'
sh 'mvn -B -DskipTests -X clean package'
}
}
stage('Test') {