Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install custom list of Plugins with jenkins-plugin-cli #1825

Open
BeastHook opened this issue May 16, 2024 · 0 comments
Open

Can't install custom list of Plugins with jenkins-plugin-cli #1825

BeastHook opened this issue May 16, 2024 · 0 comments

Comments

@BeastHook
Copy link

Hi, I am trying to add my own list of plugins in the image registry.redhat.io/ocp-tools-4/jenkins-rhel8:v4.14.0.

The way that would be easiest for me is as follows:

  1. create a new BuildConfig in Openshift
  2. stategy docker with inline dockerfile
  3. make the Plugins.txt available to the build via a ConfigMap
  4. install the plugins via the command RUN jenkins-plugin-cli -f path/plugins.txt

When using registry.redhat.io/ocp-tools-4/jenkins-rhel8:v4.14.0 as BaseImage I get the error that the command jenkins-plugin-cli is not found.

What is the best way to reach my target image within Openshift?

The container also requires a special version of Firefox. I would also like to install this in the Dockerfile. Is there anything against this?

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant