Skip to content

Commit

Permalink
Clean workspace at the end of the Jenkins pipeline (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
johan3141592 authored May 16, 2023
1 parent e191f76 commit e1041d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@ pipeline {
}
}
}
cleanup {
cleanWs()
}
}
}

0 comments on commit e1041d8

Please sign in to comment.