CI/CD fix
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good

This commit is contained in:
2023-11-20 21:47:54 +03:00
parent 8bdc56bd8a
commit 98bc9633be
4 changed files with 17 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn -B -DskipTests -X clean install'
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
}
}
stage('Deploy') {