×
Mar 19, 2024 · Jenkins plugin to run dynamic agents in a Kubernetes cluster. Based on the Scaling Docker with Kubernetes article, automates the scaling of ...
Jul 1, 2023 · Hi Team, I am unable to create jenkins agent in k8s cluster. I am able to connect cluster (test connection is sucessfull) but not able to ...
Selects a container of the agent pod so that all shell steps are executed in that container. ... Specifies a shell which will run inside the container and process ...
Mar 16, 2023 · the Jenkins slave are Dynamic VM's. I want to move all Jenkins Master to Kubernetes platform (1 cluster) and deploy them as pods. the Jenkins ...
Missing: /search | Show results with:/search
Mar 17, 2023 · Go to Jenkins home page. · Click on “Manage Jenkins” link. · Click on “Configure System” link. · Scroll down to the “Cloud” section. · Find your ...
Missing: /search | Show results with:/search
Nov 28, 2023 · Hi all, This is my pipeline pipeline { agent { kubernetes { yamlFile 'Jenkins-agent-pod.yaml' } } environment { DOCKERFILE_PATH ...
If your Kubernetes resources being deployed need to pull images from private registry, you can click the "Docker Container Registry Credentials / Kubernetes ...
Missing: /search | Show results with:/search
Mar 29, 2023 · I'm using the Kubernetes plugin in a declarative pipeline. Below is a base snippet removing the (I assume) irrelevant part: stage('Run ...
Missing: /search k8s