xxx
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit Details

Dustin 2024-12-23 18:32:56 -06:00
parent 8918fd4a3e
commit e368b82d34
1 changed files with 5 additions and 0 deletions

5
ci/Jenkinsfile vendored
View File

@ -23,6 +23,11 @@ pipeline {
} }
post { post {
failure {
sh 'command -v clang'
sh 'command -v aarch64-unknown-linux-gnu-clang'
}
success { success {
dir('/home/jenkins/agent/_build/images') { dir('/home/jenkins/agent/_build/images') {
sh 'zstd --rm sdcard.img & zstd --rm firmware.img & wait' sh 'zstd --rm sdcard.img & zstd --rm firmware.img & wait'