From d7fa653a5880d7fc48a82a44cd7511b513937497 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 13 Aug 2019 09:07:04 -0700 Subject: [PATCH] fixup --- ci/jenkins/Jenkins_steps.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/Jenkins_steps.groovy b/ci/jenkins/Jenkins_steps.groovy index cedd6d2107ab..b8dc45fb3ada 100644 --- a/ci/jenkins/Jenkins_steps.groovy +++ b/ci/jenkins/Jenkins_steps.groovy @@ -1536,7 +1536,7 @@ def docs_prepare() { unstash 'clojure-artifacts' utils.docker_run('ubuntu_cpu_jekyll', 'build_docs', false) - utils.pack_lib('full_website', 'docs/_build/full_website.tgz', false) + //utils.pack_lib('full_website', 'docs/_build/full_website.tgz', false) archiveArtifacts 'docs/build_version_doc/artifacts.tgz' // TODO: Make sure this 'test-website-publish' understand the new structure } @@ -1552,7 +1552,7 @@ def docs_publish() { ws('workspace/docs') { timeout(time: max_time, unit: 'MINUTES') { //utils.init_git() - unstash 'full_website' + //unstash 'full_website' //sh 'tar -xzf docs/_build/full_website.tgz --directory .' // TODO: Make sure this 'test-website-publish' understand the new structure try {