diff --git a/.test-infra/jenkins/job_PostCommit_Go.groovy b/.test-infra/jenkins/job_PostCommit_Go.groovy index bc18493596a9..3d1c6a3b53ff 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/)