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 c3fd29b hotfix repository to github instead of gitbox
c3fd29b is described below
commit c3fd29b703e50bd6c31706237ed6dece7929600b
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Oct 27 11:06:59 2025 +0100
hotfix repository to github instead of gitbox
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ec5a10e..337e486 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
steps {
sh 'rm -rf build'
- sh 'git clone --depth 1 --branch asf-site
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
+ sh 'git clone --depth 1 --branch asf-site
https://github.com/apache/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://gitbox.apache.org/repos/asf/netbeans-website.git asf-site'
+ sh 'git push https://github.com/apache/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