×
The Jenkins Configuration as Code (JCasC) feature defines Jenkins configuration parameters in a human-readable YAML file that can be stored as source code.
Missing: k8s | Show results with:k8s
Jan 18, 2024 · The Configuration as Code plugin is an opinionated way to configure Jenkins based on human-readable declarative configuration files. Writing ...
Missing: k8s | Show results with:k8s
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
Missing: k8s | Show results with:k8s
Mar 19, 2024 · Tested with jenkins/inbound-agent , see the Docker image source code. It is not required to run the Jenkins controller inside Kubernetes.
Missing: devops | Show results with:devops
Mar 19, 2018 · Today we support creating Kubernetes clusters and installing Jenkins X on Amazon (AWS), Google (GKE), Microsoft Azure, and even locally using ...
Missing: k8s | Show results with:k8s
Apr 7, 2016 · Combination of the plugins above is possible, but it makes job configurations extremely large. Tests on hardware peripherals may take much time.
Easy configuration​​ Jenkins can be easily set up and configured via its web interface, which includes on-the-fly error checks and built-in help.
Apr 18, 2017 · In this blog post, we zoom in to an important part of the overall pipeline, that is the discipline often called Continuous Inspection, which ...
Missing: k8s | Show results with:k8s
Aug 23, 2023 · Kubernetes cloud configuration in Jenkins->Manage Jenkins->Cloud section. Name : kubernetes-test. Kubernetes URL : https://10.65.184.52:6443
It was straightforward to use, and the APIs and code are intuitive. To limit the size of checkout the job has to do, we used refspecs, alternate repos settings, ...