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

pull/31/head
L_DelOff 2023-11-20 21:32:28 +03:00
parent 051e201525
commit 8bdc56bd8a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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