×
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 ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the ...
Missing: slave | Show results with:slave
Jan 29, 2019 · Kubernetes :: Pipeline ... Kubernetes Pipeline is Jenkins plugin which extends Jenkins Pipeline ... slave pool (each build runs in new pods).
Missing: k8s | Show results with:k8s
Nov 28, 2023 · Hi all, This is my pipeline pipeline { agent { kubernetes ... slave" jenkins/label-digest ... The credentialsId: 'k3s-hq-admin' is the same jenkins ...
K8s Jenkins slave pod error "SEVERE: http ... kubernetes pipeline hangs forever when pod creation is rejected by kubernetes ... Using pods in a Kubernetes ...
Kubernetes :: Pipeline :: DevOps Steps ... kubernetes pipeline hangs forever when pod creation is rejected by kubernetes ... Issued Slave pod cannot be garbage ...
Missing: k8s | Show results with:k8s
A Jenkins plugin to deploy resource configurations to a Kubernetes cluster. It provides the following features: Fetch the cluster credentials from the ...
Mar 17, 2023 · This issue occurs after migrating Jenkins version from 2.319.1 to 2.361.1. On Jenkins version 2.319.1 doesnt occur. Only occurs on Jenkins ...
Sep 25, 2020 · Integration with Kubernetes — preconfigured kubernetes-plugin for provisioning dynamic Jenkins Slaves as Pods. Pipelines as Code ...
Dec 29, 2023 · use inheritFrom to inherit the parent template: pipeline { agent { kubernetes { cloud 'kubernetes' inheritFrom: 'defined-slave-labels' ...