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 77a58e3 add verbosity to ssh publish
77a58e3 is described below
commit 77a58e301bc8d971ad2f38654acafea1e56ccefa
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Oct 14 15:37:06 2022 +0200
add verbosity to ssh publish
---
vars/asfMainNetBeansBuild.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index a5e708d..e76e5af 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -225,7 +225,8 @@ def call(Map params = [:]) {
removePrefix:
"${env.WORKSPACE}",
sourceFiles:
"${env.WORKSPACE}/WEBZIP.zip")],
usePromotionTimestamp: false,
- useWorkspaceInPromotion: false,
verbose: false)])
+ useWorkspaceInPromotion:
false,
+ verbose: true)])
---------------------------------------------------------------------
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