Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
archive website artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Aug 13, 2019
1 parent 7586811 commit d6ad6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/jenkins/Jenkins_steps.groovy
Expand Up @@ -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
}
}
Expand All @@ -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 {
Expand Down

0 comments on commit d6ad6b6

Please sign in to comment.