fix
parent
431e777988
commit
757850aae6
|
@ -25,7 +25,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue