re-enable failing docs builds
This commit is contained in:
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -20,9 +20,7 @@ pipeline {
|
||||
}
|
||||
stage('Docs') {
|
||||
steps {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'cargo +nightly doc --all-features'
|
||||
}
|
||||
sh 'cargo +nightly doc --all-features'
|
||||
}
|
||||
}
|
||||
stage('Rustfmt') {
|
||||
|
Reference in New Issue
Block a user