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 18c6a2d back to gitbox
18c6a2d is described below
commit 18c6a2db54e3dbc44d6f0b230cba50b1db9d2f6b
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Oct 27 11:24:36 2025 +0100
back to gitbox
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 337e486..ec5a10e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
steps {
sh 'rm -rf build'
- sh 'git clone --depth 1 --branch asf-site
https://github.com/apache/netbeans-website.git build/site'
+ sh 'git clone --depth 1 --branch asf-site
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
dir('build/site') {
//sh 'git checkout antora'
sh 'git status'
@@ -32,7 +32,7 @@ pipeline {
sh 'git add .'
sh 'echo `git commit -m "site build"`'
sh 'git status'
- sh 'git push https://github.com/apache/netbeans-website.git
asf-site'
+ 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