Repository: kafka Updated Branches: refs/heads/0.11.0 44e036702 -> 64855109d
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 (cherry picked from commit a0863464279d3175f7c97ea5b247fe0826b1579e) Signed-off-by: Ewen Cheslack-Postava <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/64855109 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/64855109 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/64855109 Branch: refs/heads/0.11.0 Commit: 64855109dcac76e923bca6e2c91af8e7e6df4fbf Parents: 44e0367 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:23 2017 -0700 ---------------------------------------------------------------------- jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/64855109/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 "$@"
