Test jenkinsfile.

This commit is contained in:
2019-07-29 22:27:55 +02:00
parent 2fe8c9e2ed
commit 753293cb4a

View File

@@ -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 {