Merge pull request #48490 from KaiSforza/cifixes

Cifixes
This commit is contained in:
Daniel Wallace 2018-07-09 10:20:46 -05:00 committed by GitHub
commit d38951b1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -44,7 +44,7 @@ pipeline {
parserName: 'PyLint',
pattern: 'pylint-report*.xml'
]],
unstableTotalAll: '999',
failedTotalAll: '1',
usePreviousBuildAsReference: true
])
cleanWs()