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 b988764  apidoc at the end for release
b988764 is described below

commit b9887640e8c98778c5b98aa5e003cae1a8663284
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 20 15:00:56 2023 +0200

    apidoc at the end for release
---
 vars/asfMainNetBeansBuild.groovy | 41 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 77e78bd..bdfd87c 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -204,7 +204,25 @@ def call(Map params = [:]) {
                         }
                     }
                 }
-
+            }            
+            stage ('Release preparation') {
+                tools {
+                    jdk tooling.jdktool
+                }
+                when {
+                    allOf {
+                        //expression { BRANCH_NAME ==~ /release[0-9]+/  || 
BRANCH_NAME ==~ /vsnetbeans_preview_[0-9]+/ }
+                        branch pattern : 
"release\\d+|vsnetbeans_preview_\\d+",comparator:"REGEXP"
+                        //wait for modern 1.4.1
+                        expression { month =='Invalid' }
+                    }
+                }
+                steps {
+                    script {
+                        def clusterconfigs = 
[/*['platform','netbeans-platform'],*/['release','netbeans']]
+                        doParallelClusters(clusterconfigs);
+                    }
+                }
             }
             stage ('Release branch javadoc rebuild to nightlies') {
                 tools {
@@ -235,27 +253,6 @@ def call(Map params = [:]) {
                 }
 
             }
-            stage ('Release preparation') {
-                tools {
-                    jdk tooling.jdktool
-                }
-                when {
-                    allOf {
-                        //expression { BRANCH_NAME ==~ /release[0-9]+/  || 
BRANCH_NAME ==~ /vsnetbeans_preview_[0-9]+/ }
-                        branch pattern : 
"release\\d+|vsnetbeans_preview_\\d+",comparator:"REGEXP"
-                        //wait for modern 1.4.1
-                        expression { month =='Invalid' }
-                    }
-                }
-                steps {
-                    script {
-
-                        def clusterconfigs = 
[/*['platform','netbeans-platform'],*/['release','netbeans']]
-
-                        doParallelClusters(clusterconfigs);
-                    }
-                }
-            }
         }
 
 


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