We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onlyCritical
robot
1 parent 123edf3 commit fb8eb63Copy full SHA for fb8eb63
1 file changed
docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
53
}
54
post {
55
success {
56
- 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
57
58
59
0 commit comments