mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Jenkins archive SITL package
This commit is contained in:
committed by
Lorenz Meier
parent
1b8c2c82d5
commit
5b2661e0f8
@@ -66,6 +66,7 @@ pipeline {
|
||||
sh 'export'
|
||||
sh('make px4_sitl_default package')
|
||||
stash(name: "px4_sitl_package", includes: "build/px4_sitl_default/*.bz2")
|
||||
archiveArtifacts(artifacts: "build/px4_sitl_default/*.bz2", fingerprint: true, onlyIfSuccessful: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user