ci(jenkinsfile): delete the dir on clean

Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
zontreck 2024-10-06 20:24:40 -07:00
parent be7ab2b8c8
commit a4e6598cdc

6
Jenkinsfile vendored
View file

@ -25,6 +25,12 @@ pipeline {
'''
}
}
post {
always {
deleteDir()
}
}
}
stage("Clone Viewer Source") {