This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new abc3ca7 Fix Jenkinfile comment
abc3ca7 is described below
commit abc3ca7c3e02953de9aa4fc9516db5f9aabcd3c7
Author: jbonofre <jbonofre@apache.org>
AuthorDate: Tue Jan 5 16:11:42 2021 +0100
Fix Jenkinfile comment
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 835ee5b..96d9b34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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()
|