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 {
|
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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue