mirror of https://github.com/apache/activemq.git
Fix Jenkinfile comment
This commit is contained in:
parent
bdba415b89
commit
abc3ca7c3e
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
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')
|
timeout(time: 10, unit: 'HOURS')
|
||||||
// When we have test-fails e.g. we don't need to run the remaining steps
|
// When we have test-fails e.g. we don't need to run the remaining steps
|
||||||
skipStagesAfterUnstable()
|
skipStagesAfterUnstable()
|
||||||
|
|
Loading…
Reference in New Issue