mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: fetch all tags before generating Airframe & Parameter documentation (master only)
This commit is contained in:
parent
2e390009f0
commit
186e987efb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -89,6 +89,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'make distclean'
|
||||
sh 'git fetch --all --tags'
|
||||
sh 'make airframe_metadata'
|
||||
dir('build/px4_sitl_default/docs') {
|
||||
archiveArtifacts(artifacts: 'airframes.md, airframes.xml')
|
||||
@ -108,6 +109,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh 'make distclean'
|
||||
sh 'git fetch --all --tags'
|
||||
sh 'make parameters_metadata'
|
||||
dir('build/px4_sitl_default/docs') {
|
||||
archiveArtifacts(artifacts: 'parameters.md, parameters.xml, parameters.json.xz')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user