Skip to content

Commit fb8eb63

Browse files
authored
Remove onlyCritical which is no longer supported by robot step (#37)
1 parent 123edf3 commit fb8eb63

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorials/jenkins/parallel-robot-pipeline

1 file changed

+1
-1
lines changed

docs/tutorials/jenkins/parallel-robot-pipeline/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
}
5454
post {
5555
success {
56-
robot outputPath: 'rebot_output', otherFiles: '**/*.png', onlyCritical: false, passThreshold: 100.0, unstableThreshold: 0.0
56+
robot outputPath: 'rebot_output', otherFiles: '**/*.png', passThreshold: 100.0, unstableThreshold: 0.0
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)