×
The Kubernetes plugin allocates Jenkins agents in Kubernetes pods. Within these pods, there is always one special container jnlp that is running the Jenkins ...
Missing: /search | Show results with:/search
One container is automatically created with name jnlp , and runs the Jenkins JNLP agent service. ... Name of secret to lookup from Kubernetes. ... GitHub · Java ...
Missing: /search slave
Jenkins Remoting is a library, and executable Java archive, which implements the communication layer in Jenkins. This includes the TCP-based communication ...
Missing: k8s | Show results with:k8s
Jun 16, 2023 · I am working on a jenkins agent jnlp-agent-python3 but when I run the pipeline using this agent the pipeline fails as I think there is no git ...
Missing: k8s | Show results with:k8s
May 6, 2020 · New image names ; jenkins/agent is the new name of the old jenkins/slave image, starting from 4.3-2 ; jenkins/inbound-agent is the new name of the ...
Missing: k8s | Show results with:k8s
Nov 21, 2019 · Rather than introducing a new agent option -webSocket and making slave-agent.jnlp and other launching code (such as in the Docker image and the ...
Missing: k8s | Show results with:k8s
Nov 28, 2023 · Hi all, This is my pipeline pipeline { agent { kubernetes { yamlFile 'Jenkins-agent-pod.yaml' } } environment { DOCKERFILE_PATH ...
Jun 21, 2020 · I have the following secret in Kubernetes cluster: ```. apiVersion: v1 kind: Secret metadata: name: mysecret namespace: <namespace> labels:
Missing: /search | Show results with:/search
Feb 20, 2022 · jenkins/inbound-agent is the new name of the jenkins/jnlp-slave image, starting from 4.3-2. so its two different images. I get that the jnlp ...
Missing: /search | Show results with:/search
Sep 7, 2021 · So you'll have to go find archived slave launch logs under $JENKINS_HOME/logs/slaves/*/slave. ... This is where stdout and stderr from a JNLP ...
Missing: /search k8s