jenkins: clean workspace (#2248)

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