Jenkins agent

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 59 07 Nov 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/stable 18 19 Jan 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/stable 14 01 Nov 2021
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/edge 60 19 Nov 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 59 03 Oct 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 21 13 Jul 2023
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy jenkins-agent
Show information

Platform:

Ubuntu
24.04 22.04 20.04 18.04 16.04 14.04

How to configure installable plugins

Configure jenkins_agent_labels

Use the jenkins_agent_labels configuration to allow assigning different labels to the agent’s node on the jenkins server. The configuration is a comma-separated list of node labels. If empty, the agent’s node will have the underlying machine’s architecture as a label by default, for instance x86_64. If this value is configured before any integrations with the Jenkins charm are established, the label will be applied during the node’s creation once an integration has been established.

juju config jenkins-agent jenkins_agent_labels=label1,label2,label3