From 817fe226b50deba3efa2e3add04953f271b2f05e Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 26 Feb 2019 17:13:03 -0500 Subject: [PATCH] WIP: testing --- .ci/Jenkinsfile-hardware | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/Jenkinsfile-hardware b/.ci/Jenkinsfile-hardware index b0d3d2f2c6c7..237f9547ee12 100644 --- a/.ci/Jenkinsfile-hardware +++ b/.ci/Jenkinsfile-hardware @@ -40,7 +40,7 @@ pipeline { stage('px4fmu-v4_default') { agent { - label 'px4fmu-v4' + label 'px4_fmu-v4' } steps { script { @@ -49,8 +49,7 @@ pipeline { sh 'find /dev/serial' unstash 'scripts-px4_fmu-v4_default' unstash 'px4_fmu-v4_default' - sh ''' JLinkGDBServerCLExe -device STM32F427VI -endian little -if SWD -speed auto -noir -LocalhostOnly -silent & \ - gdb-multiarch -nx --batch \ + sh ''' gdb-multiarch -nx --batch \ -ex "target remote localhost:2331" \ -ex "monitor reset 0" \ -ex "load" \