Tets
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:08:06 +02:00
parent 0749dd21de
commit 661ed10a0a

2
Jenkinsfile vendored
View File

@ -58,10 +58,10 @@ pipeline {
} }
} }
} }
}
post { post {
always { always {
deleteDir() deleteDir()
} }
} }
} }
}