Jenkins archive SITL package

This commit is contained in:
Daniel Agar
2019-01-01 11:11:31 -05:00
committed by Lorenz Meier
parent 1b8c2c82d5
commit 5b2661e0f8

View File

@@ -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)
}
}