ci(jenkinsfile): delete the dir on clean
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
be7ab2b8c8
commit
a4e6598cdc
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -25,6 +25,12 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
deleteDir()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Clone Viewer Source") {
|
stage("Clone Viewer Source") {
|
||||||
|
|
Loading…
Reference in a new issue