From 3a0866dfa449a06b110eb0ebd1bf4b2fbaf46444 Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Tue, 21 Nov 2023 22:54:57 +0300 Subject: [PATCH] fix --- Jenkinsfile_CD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_CD b/Jenkinsfile_CD index 2f1c28b..db6ff91 100644 --- a/Jenkinsfile_CD +++ b/Jenkinsfile_CD @@ -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/" }