my-bloody-jenkins icon indicating copy to clipboard operation
my-bloody-jenkins copied to clipboard

Self Configured Jenkins Docker image based on Jenkins-LTS

Results 10 my-bloody-jenkins issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to configure getting configuration as a code from private repository in my organization. I was able to successfully add config with temporary token like: `https://raw.githubusercontent.com/ORG/REPO/BRANCH/config.yaml?token=XXXXX` But this...

In the last versions only (current LTS: 2.289.2-256), I've started to get the following error when a job is trying to start an agent: java.net.ConnectException: connect(..) failed: Permission denied Caused:...

We wanted to get the vm's list google cloud k8s cluster from my-bloody-jenkins using a groovy script which we wanted to run as active choice parameter. So we wanted to...

As more cloud providers are using ARM and now Apple have provided ARM laptops it would be useful to have this container built for ARM.

From the logs when starting a new My-Bloody-Jenkins instance from **ver >= 2.346.2** ... 2022-08-25 14:25:18 - Fetching /dev/shm/jenkins-config.yml for the first time... **Unable to retrieve JSON from https://updates.jenkins.io/update-center.json?version=2.346.3: updates.jenkins.io:...

Hi, There is a way to setup a trigger for a seed_jobs that triggers when GitHub send a push when the repository receives a merge (githubPush())? On the documentation I...