From f52235adc8a6ed01e51e72abb65c370100199612 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 2 May 2022 15:20:04 -0400 Subject: [PATCH] Test GDB 12 branch in preparation for GDB 12.2 --- .../cdt/debug/debug-tests-master-gdb-latest-branch.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/pipelines/cdt/debug/debug-tests-master-gdb-latest-branch.Jenkinsfile b/jenkins/pipelines/cdt/debug/debug-tests-master-gdb-latest-branch.Jenkinsfile index 743bc21..96a2049 100644 --- a/jenkins/pipelines/cdt/debug/debug-tests-master-gdb-latest-branch.Jenkinsfile +++ b/jenkins/pipelines/cdt/debug/debug-tests-master-gdb-latest-branch.Jenkinsfile @@ -21,7 +21,7 @@ pipeline { steps { container('cdt') { // We use "checkout" instead of "git" here so we can specify relativeTargetDir and other options - checkout([$class: 'GitSCM', branches: [[name: '*/gdb-10-branch']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CloneOption', honorRefspec: true, noTags: true, reference: '', shallow: true], [$class: 'RelativeTargetDirectory', relativeTargetDir: 'binutils-gdb']], submoduleCfg: [], userRemoteConfigs: [[refspec: '+refs/heads/gdb-10-branch:refs/remotes/origin/gdb-10-branch', url: 'https://github.com/bminor/binutils-gdb.git']]]) + checkout([$class: 'GitSCM', branches: [[name: '*/gdb-12-branch']], doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CloneOption', honorRefspec: true, noTags: true, reference: '', shallow: true], [$class: 'RelativeTargetDirectory', relativeTargetDir: 'binutils-gdb']], submoduleCfg: [], userRemoteConfigs: [[refspec: '+refs/heads/gdb-10-branch:refs/remotes/origin/gdb-10-branch', url: 'https://github.com/bminor/binutils-gdb.git']]]) } } }