jenkins: fix typo
This commit is contained in:
parent
4f633f7e72
commit
463c958602
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
git url: 'git@github.com:kemitix/condition.git',
|
||||
git url: 'git@github.com:kemitix/conditional.git',
|
||||
branch: '**',
|
||||
credentialsId: 'github-kemitix'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue