From 753293cb4a24de187a17a1614b25aae63f77dc75 Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Mon, 29 Jul 2019 22:27:55 +0200 Subject: [PATCH] Test jenkinsfile. --- jenkins/Jenkinsfile-integ | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {