fix
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good

This commit is contained in:
2023-11-21 22:54:57 +03:00
parent 386dceed36
commit 3a0866dfa4

View File

@@ -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 -f \$application_yaml src/main/resources/application.yml"
sh "ls"
sh "ls -lh src/main/resources/"
}