fix
parent
386dceed36
commit
3a0866dfa4
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([file(credentialsId: 'SERVERMONITORBOT_APPLICATION_YAML', variable: 'application_yaml')]) {
|
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"
|
||||||
sh "ls -lh src/main/resources/"
|
sh "ls -lh src/main/resources/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue