We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3db223 commit f34e214Copy full SHA for f34e214
dev-support/Jenkinsfile
@@ -661,6 +661,9 @@ pipeline {
661
rm -rf "hadoop-3" && mkdir "hadoop-3"
662
rm -rf ".m2-for-repo" && mkdir ".m2-for-repo"
663
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
667
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
668
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
669
'''
0 commit comments