Skip to content

Commit

Permalink
Cleanup workspace after build
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryyin committed Sep 14, 2020
1 parent c3c7c0f commit bc3a304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mlir/utils/jenkins/Jenkinsfile.downstream
Expand Up @@ -47,4 +47,9 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}

0 comments on commit bc3a304

Please sign in to comment.