Skip to content

Commit

Permalink
Merge pull request #134 from karun-singh/master
Browse files Browse the repository at this point in the history
Jenkins CI update: Added cleanup of unit test reports after stage completion
  • Loading branch information
abhi4578 authored Mar 21, 2022
2 parents 9ab50bd + 3438687 commit 91af2fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ pipeline {
}
error "Test failure. Stopping pipeline execution!"
}
cleanup{
script{
sh 'sudo rm -rf target/'
}
}
}
}

Expand Down

0 comments on commit 91af2fa

Please sign in to comment.