Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/24067 )
Change subject: [build] Allow CLEAN_THIRDPARTY label in commit messages. ...................................................................... Patch Set 3: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/24067/3/build-support/jenkins/build-and-test.sh File build-support/jenkins/build-and-test.sh: http://gerrit.cloudera.org:8080/#/c/24067/3/build-support/jenkins/build-and-test.sh@227 PS3, Line 227: if [ -n "$CLEAN_THIRDPARTY" ]; then : echo "CLEAN_THIRDPARTY is set, cleaning thirdparty build artifacts before build..." : git clean -xfd $THIRDPARTY_DIR : fi nit: does it make sense to separate this info a function and use it here and as a part of cleanup(), it that would be too much? -- To view, visit http://gerrit.cloudera.org:8080/24067 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id0b3187f763df171cb2786ddfd495811ece31693 Gerrit-Change-Number: 24067 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Martonka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Wed, 04 Mar 2026 19:23:27 +0000 Gerrit-HasComments: Yes
