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 985e817  remove the guard to check for sshpublisher
985e817 is described below

commit 985e817fa3bfee4c8db3902da2b469a1f0db6c25
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Apr 19 12:27:52 2023 +0200

    remove the guard to check for sshpublisher
---
 vars/asfMainNetBeansBuild.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 1cbef0f..c5b6e01 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -276,7 +276,7 @@ def call(Map params = [:]) {
 
 def publishToNightlies(remotedirectory , source, prefix="") {
     // test if sshPublisher is known
-    if (this.getBinding().hasVariable('sshPublisher')) {
+    //if (this.getBinding().hasVariable('sshPublisher')) {
         sshPublisher(publishers: [
                 sshPublisherDesc(configName: 'Nightlies', transfers: [
                         sshTransfer(cleanRemote: true,
@@ -294,9 +294,9 @@ def publishToNightlies(remotedirectory , source, prefix="") 
{
                     usePromotionTimestamp: false,
                     useWorkspaceInPromotion: false,
                     verbose: false)])
-    } else {
-        println "NO SSH PUBLISHER TO PUSH TO NIGHTLIES"
-    }
+    //} else {
+    //     println "NO SSH PUBLISHER TO PUSH TO NIGHTLIES"
+    //}
 }
 // in fact not parallel otherwise workspace not cleaned
 def doParallelClusters(cconfigs) {


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

Reply via email to