fix
Some checks failed
Hedgehog_server/ServerMonitorBot/pipeline/head There was a failure building this commit

This commit is contained in:
2023-11-20 19:54:58 +03:00
parent 56a74a8b49
commit 7a0c2fde66

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') {