Correct the codiki-properties scm clonning.
This commit is contained in:
@@ -14,14 +14,9 @@ pipeline {
|
|||||||
stage('Configuration') {
|
stage('Configuration') {
|
||||||
steps {
|
steps {
|
||||||
dir('codiki-properties') {
|
dir('codiki-properties') {
|
||||||
checkout([$class: 'GitSCM',
|
git url:'https://gogs.takiguchi.ovh/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e'
|
||||||
url: 'https://gogs.takiguchi.ovh/florian/codiki-properties.git',
|
|
||||||
branches: [[name: '*/master']],
|
|
||||||
userRemoteConfigs: [[credentialsId: '7585a4a3-e016-4558-bd8d-e8fde4c48629', url: 'https://gogs.takiguchi.ovh/florian/codiki-properties.git']]
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
script {
|
script {
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml
|
cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user