From 5ccb9583a4422559f54753b0ead15f7548e62afc Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 22 Feb 2022 16:44:00 +0100 Subject: [PATCH] OZG-1889 fix jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f538540d7..aacd283660 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -426,7 +426,7 @@ Void generateKeycloakUserYaml(String namespace) { } if(userJson.clientRoles) { - newUserYaml.spec.user.clientRoles = [namespace+"-goofy": userJson.clientRoles] + newUserYaml.spec.user.clientRoles = [(namespace+"-goofy"): userJson.clientRoles] } if(userJson.groups) { -- GitLab