redhat-developer / jenkins-old-community-operator

Manage Jenkins Operations on Kubernetes
Apache License 2.0
7 stars 6 forks source link

Remove support of plugins installatoin in favor of JenkinsImage #124

Closed akram closed 3 years ago

akram commented 3 years ago

Adds aslo a flag: forceBasePluginsInstallation in jenkins.Spec . if set to true, this will add a postStart lifecycle in the jenkins container that will forcibely run the /var/jekins/script/init.sh . This script takes the base plugins from a configMap.

openshift-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akram

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/redhat-developer/jenkins-operator/blob/master/OWNERS)~~ [akram] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
waveywaves commented 3 years ago

/lgtm