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 ea75e69  Update asfMainNetBeansBuild.groovy
ea75e69 is described below

commit ea75e697e9135a37397c0ff39e7d9f23c2a27203
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Sep 27 18:37:08 2019 +0200

    Update asfMainNetBeansBuild.groovy
---
 vars/asfMainNetBeansBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index a167462..2247cff 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -31,6 +31,7 @@ def call(Map params = [:]) {
     def version=""
     def rmversion=""
     def mavenVersion=""
+    def month=""
     pipeline {
         options {
             buildDiscarder(logRotator(numToKeepStr: '2'))
@@ -61,7 +62,7 @@ def call(Map params = [:]) {
                         myAnt = releaseInformation[branch].ant;
                         apidocurl = releaseInformation[branch].apidocurl
                         mavenVersion=releaseInformation[branch].mavenversion
-                        def month
+                        
                         switch 
(releaseInformation[branch].releasedate['month']) {
                         case '01':month  = 'Jan'; break;
                         case '02':month  = 'Feb'; break;


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