Skip to content

Commit

Permalink
jenkins may have files from previous builds (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells authored Oct 28, 2024
1 parent e3fee53 commit 0c5001d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pipeline {
prepareBuild()
sh '''
echo "Setting up the environment"
echo "Jenkins may have left over files from previous builds"
git clean -df
'''
}
}
Expand Down

0 comments on commit 0c5001d

Please sign in to comment.