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 3e95f92  test with antora branch for infra
3e95f92 is described below

commit 3e95f92a04785e8cca192a22b8916200957fbf6e
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Oct 18 11:15:02 2023 +0200

    test with antora branch for infra
---
 Jenkinsfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5494e43..ff4fa52 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,10 +12,9 @@ pipeline {
             steps {
                 sh 'rm -rf build'
 
-                //checkout changelog: false, poll: false, scm: 
scmGit(branches: [[name: '*/asf-staging']], extensions: [[$class: 
'RelativeTargetDirectory', relativeTargetDir: 'build/site'], cloneOption(depth: 
1, noTags: false, reference: '', shallow: true)], userRemoteConfigs: 
[[credentialsId: '9b041bd0-aea9-4498-a576-9eeb771411dd', url: 
'https://gitbox.apache.org/repos/asf/netbeans-website.git']])
-                sh 'git clone --depth 1 --branch asf-staging 
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
+                sh 'git clone --depth 1 --branch antora 
https://gitbox.apache.org/repos/asf/netbeans-website.git build/site'
                 dir('build/site') {
-                   //sh 'git checkout asf-staging'             
+                   //sh 'git checkout antora'          
                    sh 'git status'
                     sh 'git rm -r . --ignore-unmatch'
                 }
@@ -27,7 +26,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-staging'
+                  sh 'git push 
https://gitbox.apache.org/repos/asf/netbeans-website.git 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

Reply via email to