Skip to content

Commit

Permalink
clean up test-results
Browse files Browse the repository at this point in the history
Otherwise, in Jenkins it sometimes looks as if the
number of tests is doubled.
  • Loading branch information
zingmane committed Aug 2, 2024
1 parent b86a7be commit f7cd6db
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 @@ -48,6 +48,8 @@ pipeline {
sh 'docker rmi $(docker images -f "dangling=true" -q) || true'
sh 'docker rmi -f $(docker images --filter "reference=campudus/grud-backend*" | grep " [weeks|months|years]* ago" | awk \'{print $3}\') 2>/dev/null || echo "No images to cleanup"'

sh "rm -rf ./build/test-results"

echo "Environment variables:"
sh "printenv | sort"
echo ""
Expand Down

0 comments on commit f7cd6db

Please sign in to comment.