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