fix: replace cleanWs with deleteDir in Jenkinsfile
This commit is contained in:
parent
236afb5628
commit
58cfd917c1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -80,7 +80,7 @@ DCOF
|
|||||||
echo '=== CI/CD FAILED ==='
|
echo '=== CI/CD FAILED ==='
|
||||||
}
|
}
|
||||||
always {
|
always {
|
||||||
cleanWs()
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user