jenkins: fix typo

This commit is contained in:
Paul Campbell 2018-02-27 06:56:22 +00:00
parent 4f633f7e72
commit 463c958602

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Prepare') { stage('Prepare') {
steps { steps {
git url: 'git@github.com:kemitix/condition.git', git url: 'git@github.com:kemitix/conditional.git',
branch: '**', branch: '**',
credentialsId: 'github-kemitix' credentialsId: 'github-kemitix'
} }