diff --git a/docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile b/docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile index 80f24b3..ee0af4b 100644 --- a/docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile +++ b/docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { } post { success { - robot outputPath: 'rebot_output', otherFiles: '**/*.png', onlyCritical: false, passThreshold: 100.0, unstableThreshold: 0.0 + robot outputPath: 'rebot_output', otherFiles: '**/*.png', passThreshold: 100.0, unstableThreshold: 0.0 } } }