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 12:36:20 UTC

[netbeans-jenkins-lib] branch master updated: adjusting configuration

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 4e8af1c  adjusting configuration
4e8af1c is described below

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

    adjusting configuration
---
 vars/asfMainNetBeansBuild.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 6528ae8..cd9538a 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -220,10 +220,10 @@ def call(Map params = [:]) {
                                                 makeEmptyDirs: false, 
                                                 noDefaultExcludes: false, 
                                                 patternSeparator: '[, ]+', 
-                                                remoteDirectory: "/netbeans/apidocs/${env.WORKSPACE}",
+                                                remoteDirectory: "/netbeans/apidocs/${env.BRANCH_NAME}",
                                                 remoteDirectorySDF: false, 
-                                                removePrefix: '', 
-                                                sourceFiles: 'WEBSITE.zip')],
+                                                removePrefix: "${env.WORKSPACE}", 
+                                                sourceFiles: "${env.WORKSPACE}/WEBSITE.zip")],
                                                 usePromotionTimestamp: false,
                                                useWorkspaceInPromotion: false, 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