You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/03/26 18:33:56 UTC

[incubator-pulsar] branch pr-jobs updated: Added license check

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

mmerli pushed a commit to branch pr-jobs
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/pr-jobs by this push:
     new 5e6bee7  Added license check
5e6bee7 is described below

commit 5e6bee7ce657a76adb928ea95b123a3329d07db8
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Mon Mar 26 11:33:10 2018 -0700

    Added license check
---
 .test-infra/jenkins/job_pulsar_precommit_java8.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_pulsar_precommit_java8.groovy b/.test-infra/jenkins/job_pulsar_precommit_java8.groovy
index 3eb916f..cd99722 100644
--- a/.test-infra/jenkins/job_pulsar_precommit_java8.groovy
+++ b/.test-infra/jenkins/job_pulsar_precommit_java8.groovy
@@ -34,7 +34,7 @@ freeStyleJob('pulsar_precommit_java8') {
             // Set Maven parameters.
             common_job_properties.setMavenConfig(delegate)
 
-            goals('-B clean install')
+            goals('-B clean license:check install')
             properties(skipTests: false, interactiveMode: false)
         }
     }

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.