mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins fetch git tags
This commit is contained in:
parent
fa929322ab
commit
9819068ee9
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user