jenkins: remove unnecessary workstation clean

This commit is contained in:
Adeeb Shihadeh
2022-06-11 17:43:34 -07:00
parent 1139fe507b
commit 6856c2d4ef

5
Jenkinsfile vendored
View File

@@ -154,11 +154,6 @@ pipeline {
}
}
post {
always {
cleanWs()
}
}
}
}
}