fix
This commit is contained in:
@@ -26,6 +26,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) {
|
withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) {
|
||||||
sh "cp -f \$application_yaml src/main/resources/application.yml"
|
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'
|
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user