jenkins: clean workspace (#2248)

old-commit-hash: 846b56831f
This commit is contained in:
Adeeb Shihadeh
2020-09-29 22:14:54 -07:00
committed by GitHub
parent 9bb39d1145
commit 25400f9456
Vendored
+7
View File
@@ -140,6 +140,13 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}
}