This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2fd4e8d  MINOR: add spotlessScalaCheck to jenkins job (#5473)
2fd4e8d is described below

commit 2fd4e8d13c4f923d0ebab82a66aba24481f3e22d
Author: Guozhang Wang <[email protected]>
AuthorDate: Tue Aug 7 15:48:54 2018 -0700

    MINOR: add spotlessScalaCheck to jenkins job (#5473)
    
    Reviewers: Ewen Cheslack-Postava <[email protected]>
---
 jenkins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins.sh b/jenkins.sh
index f3ec91b..8fff55d 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 rat integrationTest 
--no-daemon -PxmlFindBugsReport=true 
-PtestLoggingEvents=started,passed,skipped,failed "$@"
+./gradlew clean compileJava compileScala compileTestJava compileTestScala 
spotlessScalaCheck checkstyleMain checkstyleTest findbugsMain unitTest rat 
integrationTest --no-daemon -PxmlFindBugsReport=true 
-PtestLoggingEvents=started,passed,skipped,failed "$@"

Reply via email to