xxx
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
Details
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
Details
parent
8918fd4a3e
commit
e368b82d34
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue