You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/10/14 14:19:19 UTC

[netbeans-jenkins-lib] branch master updated: sourcefile fix ?

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 fbae47e  sourcefile fix ?
fbae47e is described below

commit fbae47e11839a26bdf3df8c6cd2fafc0d5aeb7d4
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Oct 14 16:19:14 2022 +0200

    sourcefile fix ?
---
 vars/asfMainNetBeansBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index e76e5af..83d4a04 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -223,10 +223,10 @@ def call(Map params = [:]) {
                                                 remoteDirectory: "/netbeans/apidocs/${env.BRANCH_NAME}",
                                                 remoteDirectorySDF: false, 
                                                 removePrefix: "${env.WORKSPACE}", 
-                                                sourceFiles: "${env.WORKSPACE}/WEBZIP.zip")],
+                                                sourceFiles: "**/WEBZIP.zip")],
                                                 usePromotionTimestamp: false,
                                                 useWorkspaceInPromotion: false, 
-                                                verbose: true)])
+                                                verbose: false)])
                             
                             
 


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

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