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

Commit 22213e4

Browse files
author
Robert Hoettger
authored
Update Jenkinsfile
removed deprecated server links
1 parent 1fe02ae commit 22213e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agl-kuksa-ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
steps {
2626
sh 'mkdir -p agl-rover'
2727
dir(path: 'agl-rover') {
28-
git(url: 'ssh://[email protected]:2222/appstacle/agl-kuksa.git', credentialsId: '4a4e5724-d69e-475f-97a9-0526f3e4a0c4')
28+
git(url: 'https://github.com/app4mc-rover/meta-rover.git', credentialsId: 'TBD')
2929
}
3030

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

4040
}

0 commit comments

Comments
 (0)