diff --git a/jenkins/Jenkinsfile-integ b/jenkins/Jenkinsfile-integ index 86b3863..b19c938 100644 --- a/jenkins/Jenkinsfile-integ +++ b/jenkins/Jenkinsfile-integ @@ -14,7 +14,11 @@ pipeline { stage('Configuration') { steps { dir('codiki-properties') { - git url: 'ssh://gogs@gogs.takiguchi.ovh:54910/florian/codiki-properties.git' + checkout([$class: 'GitSCM', + 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 {