Repository: beam
Updated Branches:
  refs/heads/master 61777b433 -> 296f7fa96


Enable phrase triggering of Go PreCommit


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

Branch: refs/heads/master
Commit: 687828f0b75b1b8e6fbc29bc6058d58368624a90
Parents: 834494a
Author: Kenneth Knowles <k...@google.com>
Authored: Fri Oct 6 14:19:43 2017 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Mon Oct 9 09:10:06 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/687828f0/.test-infra/jenkins/job_beam_PreCommit_Go_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PreCommit_Go_MavenInstall.groovy 
b/.test-infra/jenkins/job_beam_PreCommit_Go_MavenInstall.groovy
index d078c89..c616edc 100644
--- a/.test-infra/jenkins/job_beam_PreCommit_Go_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PreCommit_Go_MavenInstall.groovy
@@ -38,7 +38,7 @@ mavenJob('beam_PreCommit_Go_MavenInstall') {
   common_job_properties.setMavenConfig(delegate)
 
   // Sets that this is a PreCommit job.
-  common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/go 
-am -amd')
+  common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/go 
-am -amd', 'Run Go PreCommit')
 
   // Maven goals for this job: The Go SDK, its dependencies, and things that 
depend on it.
   goals('''\

Reply via email to