Skip to content
#

shared-library

Here are 198 public repositories matching this topic...

michaelsauter
michaelsauter commented Jul 30, 2020

Is your feature request related to a problem?
We already display events from the Pod or the ReplicationController in the Jenkins log. However, it can happen that no replication controller can be created in the first place, and that event is then attached to the DeploymentConfig e.g.

Couldn't deploy version 1: replicationcontrollers "gtwtest-1" is forbidden: exceeded quota: object-
enhancement good first issue
shadycuz
shadycuz commented Sep 20, 2021

If Jenkins is running in a docker container then the current implementation requires the JENKINS_HOME directory to be mounted in a volume and that the path to the volume is set using the DIND environment variable.

This shouldn't be necessary because running the Workflow class using Act works fine regardless of how the container is setup.

bug help wanted good first issue

Improve this page

Add a description, image, and links to the shared-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shared-library topic, visit your repo's landing page and select "manage topics."

Learn more