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 ef917ec Update Jenkinsfile
ef917ec is described below
commit ef917ec6d7088761752460fd03ef4a4a0e69cbbc
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 17 10:16:44 2023 +0200
Update Jenkinsfile
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 18753d8..ee7ea47 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
dir('build/site') {
sh 'git add .'
sh 'echo `git commit -m "site build"`'
- sh 'git push
https://gitbox.apache.org/repos/asf/netbeans-website.git antora'
+ sh 'git push origin antora'
}
}
}
---------------------------------------------------------------------
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