mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 14:17:20 +08: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 'export'
|
||||||
sh('make px4_sitl_default package')
|
sh('make px4_sitl_default package')
|
||||||
stash(name: "px4_sitl_package", includes: "build/px4_sitl_default/*.bz2")
|
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