docs failure should not fail the whole build
This commit is contained in:
parent
a6bced7983
commit
be37c15478
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -20,7 +20,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Docs') {
|
stage('Docs') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo +nightly doc --all-features'
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
|
sh 'cargo +nightly doc --all-features'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Rustfmt') {
|
stage('Rustfmt') {
|
||||||
|
Loading…
Reference in New Issue
Block a user