Skip to content
Snippets Groups Projects
Unverified Commit aec3ad54 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

Jenkins hardware testing update to new configuration

 - the Jenkins slave now has the gdb server already started in the background
parent 08460596
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment