This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e90964  trying nighlies on apidoc
3e90964 is described below

commit 3e90964a41fe964e517e96a34d3b0203d0721afa
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Oct 14 14:03:38 2022 +0200

    trying nighlies on apidoc
---
 vars/asfMainNetBeansBuild.groovy | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 7d86d1b..4d35ca4 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -210,6 +210,24 @@ def call(Map params = [:]) {
                             }
                             archiveArtifacts 'WEBZIP.zip'
                             junit 'nbbuild/build/javadoc/checklinks-errors.xml'
+                            sshPublisher(publishers: [
+                                sshPublisherDesc(configName: 'Nightlies', 
transfers: [
+                                    sshTransfer(cleanRemote: true,
+                                                excludes: '', 
+                                                execCommand: '', 
+                                                execTimeout: 120000, 
+                                                flatten: false, 
+                                                makeEmptyDirs: false, 
+                                                noDefaultExcludes: false, 
+                                                patternSeparator: '[, ]+', 
+                                                remoteDirectory: 
"/netbeans/apidocs/${env.WORKSPACE",
+                                                remoteDirectorySDF: false, 
+                                                removePrefix: '', 
+                                                sourceFiles: 'WEBSITE.zip')],
+                                                usePromotionTimestamp: false,
+                                               useWorkspaceInPromotion: false, 
verbose: false)])
+                            
+                            
 
                         }
                     }


---------------------------------------------------------------------
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