i forget what cleanWS is supposed to do tbh
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
This commit is contained in:
parent
805b0cc476
commit
f1adf6b500
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user