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/04/14 15:43:40 UTC

[netbeans-jenkins-lib] branch master updated: test with string

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 a3bf1da  test with string
a3bf1da is described below

commit a3bf1da1533160f37fb58162b3b2f8bdec552be9
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Apr 14 17:43:35 2022 +0200

    test with string
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index d6ced5c..f7d74f7 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -117,7 +117,7 @@ def call(Map params = [:]) {
                         version = releaseInformation[branch].versionName;
                         vsixversion = releaseInformation[branch].vsixVersion;
                         // make a new attribute in json for this.
-                        heavyrelease = releaseInformation[branch].publish_apidoc;
+                        heavyrelease = releaseInformation[branch].publish_apidoc == 'true';
                         rmversion = version
                         //
                         if (releaseInformation[branch].milestones) {


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