i forget what cleanWS is supposed to do tbh
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-12-03 22:13:38 -05:00
parent 805b0cc476
commit f1adf6b500

1
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ pipeline {
stage('clean old'){ stage('clean old'){
steps{ steps{
sh 'rm -rf bin obj' sh 'rm -rf bin obj'
cleanWs()
} }
} }
stage('linux') { stage('linux') {