Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Migrate cdt-gdb-adapter/vscode to cdt-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 29, 2022
1 parent fd4046f commit 5edf4f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
stage('Git Clone') {
steps {
container('cdt') {
git branch: 'master', url: 'https://github.com/eclipse-cdt/cdt-gdb-adapter'
git branch: 'main', url: 'https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
extensions: [],
submoduleCfg: [],
userRemoteConfigs: [[refspec: '+refs/pull/*:refs/remotes/origin/pr/*',
url: 'https://github.com/eclipse-cdt/cdt-gdb-adapter']]])
url: 'https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter']]])
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
stage('Run build') {
steps {
container('cdt') {
git branch: 'master', url: 'https://github.com/eclipse-cdt/cdt-gdb-vscode'
git branch: 'main', url: 'https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode'
timeout(activity: true, time: 20) {
sh '''
yarn upgrade cdt-gdb-adapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
extensions: [],
submoduleCfg: [],
userRemoteConfigs: [[refspec: '+refs/pull/*:refs/remotes/origin/pr/*',
url: 'https://github.com/eclipse-cdt/cdt-gdb-vscode']]])
url: 'https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode']]])
timeout(activity: true, time: 20) {
sh '''
yarn
Expand Down

0 comments on commit 5edf4f0

Please sign in to comment.