This is an automated email from the ASF dual-hosted git repository.
jhelou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 70c77cdae6 [INFRA-26647] use james specific develocity access key
70c77cdae6 is described below
commit 70c77cdae6b3032c7e5d580837fa4b67f5b82cc0
Author: Jean Helou <[email protected]>
AuthorDate: Mon Aug 11 09:27:06 2025 +0200
[INFRA-26647] use james specific develocity access key
it is expected to fix the CI timeout
---
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 74eee5cbff..46260080c5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,6 +38,8 @@ pipeline {
MVN_SHOW_TIMESTAMPS="-Dorg.slf4j.simpleLogger.showDateTime=true
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS"
CI = true
LC_CTYPE = 'en_US.UTF-8'
+ // use james specific develocity key
+ DEVELOCITY_ACCESS_KEY = credentials('JAMES_DEVELOCITY_ACCESS_KEY')
}
tools {
@@ -47,7 +49,7 @@ pipeline {
}
options {
- // Configure an overall timeout for the build of 4 hours.
+ // Configure an overall timeout for the build of 10 hours.
timeout(time: 10, unit: 'HOURS')
// When we have test-fails e.g. we don't need to run the remaining
steps
skipStagesAfterUnstable()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]