1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Use correct version of GDB on Jenkins

In 56ee2c3bb1 I got github actions
working by using default GDB on GHA, but on Jenkins we should
continue to use CDT's pre-built version of GDB.

Part of #117
This commit is contained in:
Jonah Graham 2022-10-26 10:48:53 -04:00
parent e8ace84413
commit c99134eb31

2
Jenkinsfile vendored
View file

@ -34,6 +34,8 @@ pipeline {
-Dindexer.timeout=300 \
-P production \
-P build-standalone-debugger-rcp \
-Ddsf.gdb.tests.gdbPath=/shared/common/gdb/gdb-all/bin \
-Dcdt.tests.dsf.gdb.versions=gdb.10,gdbserver.10 \
-Dmaven.repo.local=/home/jenkins/.m2/repository \
--settings /home/jenkins/.m2/settings.xml \
"