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 40d6fb2 Update Jenkinsfile
40d6fb2 is described below
commit 40d6fb25cc1fbc411fb770f307a488976af1b2b4
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 17 10:27:57 2023 +0200
Update Jenkinsfile
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1f05f4d..fc088b3 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 checkout antora'
sh 'git status'
sh 'git rm -r .'
}
---------------------------------------------------------------------
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