Repository: kafka Updated Branches: refs/heads/trunk 640082776 -> a08634642
KAFKA-4459: Run rat checks in Jenkins script Author: Ewen Cheslack-Postava <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes #3186 from ewencp/kafka-4459-rat-jenkins Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a0863464 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a0863464 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a0863464 Branch: refs/heads/trunk Commit: a0863464279d3175f7c97ea5b247fe0826b1579e Parents: 6400827 Author: Ewen Cheslack-Postava <[email protected]> Authored: Thu Jun 1 09:33:10 2017 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Thu Jun 1 09:33:10 2017 -0700 ---------------------------------------------------------------------- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/a0863464/jenkins.sh ---------------------------------------------------------------------- diff --git a/jenkins.sh b/jenkins.sh index faeb2b2..f3ec91b 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -17,4 +17,4 @@ # This script is used for verifying changes in Jenkins. In order to provide faster feedback, the tasks are ordered so # that faster tasks are executed in every module before slower tasks (if possible). For example, the unit tests for all # the modules are executed before the integration tests. -./gradlew clean compileJava compileScala compileTestJava compileTestScala checkstyleMain checkstyleTest findbugsMain unitTest integrationTest --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed "$@" +./gradlew clean compileJava compileScala compileTestJava compileTestScala checkstyleMain checkstyleTest findbugsMain unitTest rat integrationTest --no-daemon -PxmlFindBugsReport=true -PtestLoggingEvents=started,passed,skipped,failed "$@"
