Revert "add clean workspace to jenkins templates"
This reverts commit a89fd1e4d9
.
This commit is contained in:
@ -35,8 +35,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
cleanup {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
6
snippets/jenkins/template/node/Jenkinsfile
vendored
6
snippets/jenkins/template/node/Jenkinsfile
vendored
@ -20,10 +20,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
cleanup {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user