forked from Archive/PX4-Autopilot
Jenkins fetch git tags
This commit is contained in:
parent
fa929322ab
commit
9819068ee9
|
@ -36,6 +36,7 @@ pipeline {
|
|||
checkout scm
|
||||
sh "make clean"
|
||||
sh "ccache -z"
|
||||
sh "git fetch --tags"
|
||||
sh "make nuttx_${node_name}_default"
|
||||
sh "ccache -s"
|
||||
archive 'build/*/*.px4'
|
||||
|
|
Loading…
Reference in New Issue