Build status: Aborted If successful, the website and docs have been generated and the site has been updated automatically. If failed, see https://builds.apache.org/job/hbase_generate_website/560/console
YOU DO NOT NEED TO DO THE FOLLOWING ANYMORE! It is here for informational purposes and shows what the Jenkins job does to push the site. git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git cd hbase-site wget -O- https://builds.apache.org/job/hbase_generate_website/560/artifact/website.patch.zip | funzip > ${GIT_SHA}.patch git fetch git checkout -b asf-site-${GIT_SHA} origin/asf-site git am --whitespace=fix $GIT_SHA.patch git push origin asf-site-${GIT_SHA}:asf-site git commit --allow-empty -m "INFRA-10751 Empty commit" git push origin asf-site git checkout asf-site git branch -D asf-site-${GIT_SHA}
