Test jenkinsfile.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user