diff --git a/Jenkinsfile_CD b/Jenkinsfile_CD index a354591..f040483 100644 --- a/Jenkinsfile_CD +++ b/Jenkinsfile_CD @@ -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' }