You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/18 04:06:51 UTC

[groovy-website] branch asf-site updated: update CI build IDs

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9e4bb23  update CI build IDs
9e4bb23 is described below

commit 9e4bb23f9597e0bdab225d0a76fdc376987308c0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Feb 18 14:06:38 2020 +1000

    update CI build IDs
---
 site/src/site/pages/buildstatus.groovy | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/site/src/site/pages/buildstatus.groovy b/site/src/site/pages/buildstatus.groovy
index 4dfc985..0b76a88 100644
--- a/site/src/site/pages/buildstatus.groovy
+++ b/site/src/site/pages/buildstatus.groovy
@@ -47,10 +47,11 @@ layout 'layouts/main.groovy', true,
                                     }
                                 }
                                 renderBuilds([
-                                        'Groovy master, JDK 11': ['GroovyTestAllJdk11', ''],
-                                        'Groovy master, JDK 8': ['GroovyTestAllJdk8', ''],
+                                        'Groovy master, JDK 11': ['MasterTestAllJdk11', ''],
+                                        'Groovy master, JDK 8': ['MasterTestAllJdk8', ''],
                                         'Groovy 3.0.X, JDK 8': ['Groovy30xTestAllJdk8', ''],
-                                        'Groovy 2.5.X, JDK 11': ['Groovy25xJdk11', ''],
+                                        'Groovy 2.5.X, JDK 8': ['Groovy25xCheckJdk8', ''],
+                                        'Groovy 2.5.X, JDK 11': ['Groovy25xCheckJdk11', ''],
                                         'Groovy 2.4.X, JDK 8': ['Groovy24xCheckJdk8', '']
                                 ])