This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
The following commit(s) were added to refs/heads/main by this push:
new dfaa328 investigation ctd
dfaa328 is described below
commit dfaa328e3e5d22134af3e37148929698fc310528
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Nov 10 16:44:04 2025 +0100
investigation ctd
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2fbc7e4..2ce20a6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,8 @@ pipeline {
dir('build/site') {
sh 'git add .'
sh 'echo `git commit -m "site build"`'
- sh 'git status'
+ sh 'git status'
+ sh 'git config --local http.postBuffer
157286400'
sh 'git push
https://gitbox.apache.org/repos/asf/netbeans-website.git asf-site'
}
}
---------------------------------------------------------------------
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