From d6ad6b656cda5be019b282913985763e1bbe7717 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 13 Aug 2019 08:42:45 -0700 Subject: [PATCH] archive website artifacts --- ci/jenkins/Jenkins_steps.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/jenkins/Jenkins_steps.groovy b/ci/jenkins/Jenkins_steps.groovy index df069259e3f0..26e3c0eed7d2 100644 --- a/ci/jenkins/Jenkins_steps.groovy +++ b/ci/jenkins/Jenkins_steps.groovy @@ -1536,8 +1536,8 @@ 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/full_website.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 {