From 616e76ed8cdcecb8ec085a6891e7b2ef1721e202 Mon Sep 17 00:00:00 2001 From: Alan Myrvold Date: Thu, 27 Sep 2018 08:37:44 -0700 Subject: [PATCH] [BEAM-4496] Fix #2 branch fetch failure on job_PostCommit_Website_Publish --- .test-infra/jenkins/job_PostCommit_Website_Publish.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_PostCommit_Website_Publish.groovy b/.test-infra/jenkins/job_PostCommit_Website_Publish.groovy index 669a84abcfeee..0396be9f24899 100644 --- a/.test-infra/jenkins/job_PostCommit_Website_Publish.groovy +++ b/.test-infra/jenkins/job_PostCommit_Website_Publish.groovy @@ -21,7 +21,7 @@ import PostcommitJobBuilder // This job builds and publishes the website into the asf-site branch of the beam repo. -PostcommitJobBuilder.postCommitJob('beam_PostCommit_Website_Publish', '', +PostcommitJobBuilder.postCommitJob('beam_PostCommit_Website_Publish', 'Run Website Publish', 'Website Publish', this) { description('Publish generated website content into asf-site branch for hosting.')