You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
We are trying to automate the installation of this plugin, but when we try to instantiate de KeycloakSecurityRealm class (def keycloak_realm = new KeycloakSecurityRealm()) we get an error:
"groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.jenkinsci.plugins.KeycloakSecurityRealm(java.lang.Boolean)"
It would be really helpful if you could help us understand how to do the following using groovy
We are trying to automate the installation of this plugin, but when we try to instantiate de KeycloakSecurityRealm class (def keycloak_realm = new KeycloakSecurityRealm()) we get an error:
"groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.jenkinsci.plugins.KeycloakSecurityRealm(java.lang.Boolean)"
It would be really helpful if you could help us understand how to do the following using groovy
Thank you!