Skip to content

Commit

Permalink
fix cleanup in jenkinsfile, but for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Oct 12, 2023
1 parent ae94e33 commit 8d6923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipeline {
}
} } }
}
// post { cleanup { xcoreCleanSandbox() } }
post { cleanup { xcoreCleanSandbox() } }
}
stage("Tests") { parallel {
stage("Host Test") {
Expand Down

0 comments on commit 8d6923a

Please sign in to comment.