You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/09 20:11:55 UTC

[3/6] beam git commit: Enable phrase triggering of Java PreCommit

Enable phrase triggering of Java PreCommit


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/834494a9
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/834494a9
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/834494a9

Branch: refs/heads/master
Commit: 834494a9b2cd7027ca8b7d7e05abac608b56a54a
Parents: b47c372
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Oct 6 14:17:28 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Oct 9 09:10:06 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/834494a9/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy b/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
index dad3726..e8f87b9 100644
--- a/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
@@ -38,7 +38,7 @@ mavenJob('beam_PreCommit_Java_MavenInstall') {
   common_job_properties.setMavenConfig(delegate)
 
   // Sets that this is a PreCommit job.
-  common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/java/core -am -amd')
+  common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/java/core -am -amd', 'Run Java PreCommit')
 
   // Maven goals for this job: The Java SDK, its dependencies, and things that depend on it.
   goals('''\