[
https://issues.apache.org/jira/browse/BEAM-4496?focusedWorklogId=150481&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150481
]
ASF GitHub Bot logged work on BEAM-4496:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Oct/18 17:57
Start Date: 02/Oct/18 17:57
Worklog Time Spent: 10m
Work Description: swegner closed pull request #6544: [BEAM-4496] Fix #3
for branch fetch failure on job_PostCommit_Website_Publish
URL: https://github.com/apache/beam/pull/6544
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/website/build.gradle b/website/build.gradle
index fd9c55a667c..26cf0f228fc 100644
--- a/website/build.gradle
+++ b/website/build.gradle
@@ -126,9 +126,8 @@ task commitWebsite << {
// get the latest commit on master
def latestCommit = grgit.log(maxCommits: 1)[0].abbreviatedId
- shell "git fetch ${gitboxUrl} asf-site"
+ shell "git fetch --force origin +asf-site:asf-site"
git.checkout(branch: 'asf-site')
- shell "git reset --hard origin/asf-site"
// Delete the previous content.
git.remove(patterns: [ 'website/generated-content' ])
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 150481)
Time Spent: 21h 50m (was: 21h 40m)
> Create Jenkins job to push generated HTML to asf-site branch
> ------------------------------------------------------------
>
> Key: BEAM-4496
> URL: https://issues.apache.org/jira/browse/BEAM-4496
> Project: Beam
> Issue Type: Sub-task
> Components: build-system, website
> Reporter: Scott Wegner
> Assignee: Alan Myrvold
> Priority: Major
> Labels: beam-site-automation-reliability
> Fix For: 2.8.0
>
> Time Spent: 21h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)