This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4ec8d72cb add debug info
4ec8d72cb is described below
commit 4ec8d72cbb5e32e97116134a498aebb0c9ead027
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Sep 19 14:09:55 2023 +0200
add debug info
(works perfectly localy need to investigate on ci)
---
Jenkinsfile.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 5567d301a..5f0a333d1 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -90,7 +90,7 @@ pipeline {
sh 'chmod u+x ./gradlew'
sh './gradlew --version'
sh './gradlew --stop'
- sh './gradlew clean buildSite'
+ sh './gradlew --no-daemon --stacktrace clean buildSite'
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists