continuous-deployment-on-kubernetes
continuous-deployment-on-kubernetes copied to clipboard
Get up and running with Jenkins on Google Kubernetes Engine
Getting below error after helm install Helm command - ./helm upgrade -i cd-jenkins -f jenkins/values.yaml stable/jenkins --version 1.7.3 --wai Error in pod logs - cp: overwrite '/var/jenkins_home/config.xml'? cp: overwrite '/var/jenkins_home/jenkins.CLI.xml'?...
I have deployed jenkins based on this on a vanilla k8s on bare metal, using storageos. Unfortunately I hit filesystem issues multiple times, then I learned that kind: Deployment is...
Latest versions of Jenkins replaced "master" with "controller".
Followed the guide [here](https://cloud.google.com/solutions/continuous-delivery-jenkins-kubernetes-engine) exactly, and I'm getting a 403 when Jenkins tries to upload the image to GCR using the command: `gcloud builds submit -t ${IMAGE_TAG} .` Getting: `ERROR:...
Existing URL points to a 404 resource. Update to correct location.
For the first time i am integrating IBM DBB (Dependency Based Build) with Jenkins and i have followed instruction mentioned in the IBM portal. After doing all the configuration when...
I followed the last update on the tuto (installed jenkins using Helm), the difference is I use a git repo to pull my project. I'd like to start with running...
Hi I have Jenkins running on Kubernetes as per this repo, started noticing from yesterday that my builds are failing due to the following error Seen branch in repository origin/master...