Fix Jenkinfile comment

This commit is contained in:
jbonofre 2021-01-05 16:11:42 +01:00
parent bdba415b89
commit abc3ca7c3e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
}
options {
// Configure an overall timeout for the build of one hour.
// Configure an overall timeout for the build of ten hours.
timeout(time: 10, unit: 'HOURS')
// When we have test-fails e.g. we don't need to run the remaining steps
skipStagesAfterUnstable()