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
Currently when we want to persist the list of groups with build permissions we have to manually edit the init.groovy script which is fine, but may get lost in the event we have to re-deploy an environment.
Having this as a charm option means that in the event of a re-deploy the correct group permissions are applied without manual intervention.
The text was updated successfully, but these errors were encountered:
To elaborate a little, this is /var/lib/jenkins/init.groovy. There's currently no charm configuration of this file at all, and it has to be done entirely separately. This likely needs some design work to determine how we expose the various options we'd like to be able to change via init.groovy.
From looking at a number of deployments of Jenkins, I see the following options that might need to be exposed:
Currently when we want to persist the list of groups with build permissions we have to manually edit the init.groovy script which is fine, but may get lost in the event we have to re-deploy an environment.
Having this as a charm option means that in the event of a re-deploy the correct group permissions are applied without manual intervention.
The text was updated successfully, but these errors were encountered: