This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new 18c02373 releng: increase timeout for long running Eclipse plugin build
18c02373 is described below
commit 18c02373401bfd087847ac34eb384b91d6048405
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Nov 28 19:18:30 2022 +0100
releng: increase timeout for long running Eclipse plugin build
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 41e1dc81..43f30db8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,7 +54,7 @@ def generateStages(String os, def mvnVersion, def
javaVersion) {
}, "[$prefix] Build Eclipse plug-ins": {
try {
withMaven(maven: mvnVersion, jdk: javaVersion,
mavenLocalRepo: '.repository', options: [artifactsPublisher(disabled: true)]) {
- timeout(20) {
+ timeout(60) {
// workaround for
https://issues.jenkins-ci.org/browse/JENKINS-39415
wrap([$class: 'Xvfb', autoDisplayName: true]) {
runCmd "mvn -f eclipse ${goals}"