Jenkins agent

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 37 15 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 42 24 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
juju deploy jenkins-agent
Show information

Platform:

Ubuntu
22.04 20.04

Integrations

agent

Interface: jenkins_agent_v0 Supported charms: jenkins-k8s,

Jenkins agents provide a way to perform tasks scheduled by the Jenkins server. Jenkins agents are used to distribute workload across multiple containers, allowing parallel execution of jobs.

To create a cross model integration with a jenkins-agent (VM) charm, create an offer from the machine model.

juju offer jenkins-agent:agent

Then, integrate the offer from the k8s model where jenkins-k8s charm resides.

juju integrate jenkins-k8s:agent <controller-name>:<juju-user>/<agent-model>.jenkins-agent

An example of such command would look like the following, using a jenkins-k8s charm deployed on microk8s. juju integrate jenkins-k8s:agent localhost:admin/jenkins-agent-model.jenkins-agent


Help improve this document in the forum (guidelines). Last updated 3 months ago.