fix
parent
bac9f84092
commit
c8ff9725e5
|
@ -26,6 +26,7 @@ pipeline {
|
|||
steps {
|
||||
withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) {
|
||||
sh "cp -f \$application_yaml src/main/resources/application.yml"
|
||||
sh "cat src/main/resources/application.yml"
|
||||
}
|
||||
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue