mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48332 from rallytime/bp-48321
Back-port #48321 to 2017.7
This commit is contained in:
commit
ab05e00d8c
1 changed files with 1 additions and 1 deletions
2
.ci/docs
2
.ci/docs
|
@ -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/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue