Skip to content

Commit f34e214

Browse files
committed
HBASE-28331 Addendum remove stale hadoop tarballs in client integration test
1 parent f3db223 commit f34e214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-support/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,9 @@ pipeline {
661661
rm -rf "hadoop-3" && mkdir "hadoop-3"
662662
rm -rf ".m2-for-repo" && mkdir ".m2-for-repo"
663663
rm -rf ".m2-for-src" && mkdir ".m2-for-src"
664+
# remove old hadoop tarballs in workspace
665+
rm -rf hadoop-2*.tar.gz
666+
rm -rf hadoop-3*.tar.gz
664667
echo "(x) {color:red}-1 source release artifact{color}\n-- Something went wrong with this stage, [check relevant console output|${BUILD_URL}/console]." >output-srctarball/commentfile
665668
echo "(x) {color:red}-1 client integration test{color}\n-- Something went wrong with this stage, [check relevant console output|${BUILD_URL}/console]." >output-integration/commentfile
666669
'''

0 commit comments

Comments
 (0)