jenkins: remove unnecessary workstation clean

old-commit-hash: 6856c2d4efda54708be3790bb094b5c377dee575
This commit is contained in:
Adeeb Shihadeh
2022-06-11 17:43:34 -07:00
parent 9a45a3b99b
commit c8b6d29a8a
Vendored
-5
View File
@@ -154,11 +154,6 @@ pipeline {
}
}
post {
always {
cleanWs()
}
}
}
}
}