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-21 22:16:55 +03:00
parent 431e777988
commit 757850aae6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) { withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) {
sh "cp \$application_yaml /src/main/resources/application.yml" sh "cp \$application_yaml src/main/resources/application.yml"
} }
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage' sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
} }