Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zorin committed Jan 31, 2019
2 parents cba099c + c4abe0c commit c096ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agl-kuksa-ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
steps {
sh 'mkdir -p agl-rover'
dir(path: 'agl-rover') {
git(url: 'ssh://[email protected]:2222/appstacle/agl-kuksa.git', credentialsId: '4a4e5724-d69e-475f-97a9-0526f3e4a0c4')
git(url: 'https://github.com/app4mc-rover/meta-rover.git', credentialsId: 'TBD')
}

}
Expand All @@ -34,7 +34,7 @@ pipeline {
steps {
sh 'mkdir -p agl-kuksa'
dir(path: 'agl-kuksa') {
git(url: 'ssh://[email protected]:2222/appstacle/agl-kuksa.git', credentialsId: '4a4e5724-d69e-475f-97a9-0526f3e4a0c4')
git(url: 'https://github.com/eclipse/kuksa.invehicle.git', credentialsId: 'TBD')
}

}
Expand Down

0 comments on commit c096ad8

Please sign in to comment.