Merge pull request #48332 from rallytime/bp-48321

Back-port #48321 to 2017.7
This commit is contained in:
Daniel Wallace 2018-06-27 08:12:14 -05:00 committed by GitHub
commit ab05e00d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ pipeline {
stage('build') {
steps {
sh 'eval "$(pyenv init -)"; make -C doc clean html'
archiveArtifacts artifacts: 'doc/_build/html'
archiveArtifacts artifacts: 'doc/_build/html/'
}
}
}