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 7f2dca3  Update Jenkinsfile
7f2dca3 is described below

commit 7f2dca3dc2b7142f338a656f2ebce5ea0745f533
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Oct 17 10:25:46 2023 +0200

    Update Jenkinsfile
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index ee7ea47..1f05f4d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,6 +14,7 @@ pipeline {
 
                 checkout changelog: false, poll: false, scm: scmGit(branches: 
[[name: '*/antora']], 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']])
                 dir('build/site') {
+                   sh 'git status'
                     sh 'git rm -r .'
                 }
 
@@ -23,6 +24,7 @@ pipeline {
                 dir('build/site') {
                  sh 'git add .'
                  sh 'echo `git commit -m "site build"`'
+                  sh 'git status'                        
                   sh 'git push origin antora'
                }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to