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

damccorm pushed a commit to branch users/damccorm/go-post
in repository https://gitbox.apache.org/repos/asf/beam.git

commit f4d40a099b54941eb45465a89514294b0928ac72
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Feb 23 12:00:52 2023 -0500

    Fix go postcommit naming
---
 .test-infra/jenkins/job_PostCommit_Go.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostCommit_Go.groovy 
b/.test-infra/jenkins/job_PostCommit_Go.groovy
index bc18493596a..3d1c6a3b53f 100644
--- a/.test-infra/jenkins/job_PostCommit_Go.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Go.groovy
@@ -22,7 +22,7 @@ import PostcommitJobBuilder
 // This is the Go postcommit which runs a gradle build, and the current set
 // of postcommit tests.
 PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go', 'Run Go PostCommit',
-    './gradlew :goPostCommit', this) {
+    'Go PostCommit (\"Run Go PostCommit\")', this) {
       description('Runs Go PostCommit tests against master.')
       previousNames(/beam_PostCommit_Go_GradleBuild/)
 

Reply via email to