jhnc-oss / jenkins-pool-node-config

Configuration for pool nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Pool Node Config

ci GitHub release License Java

Configuration of pool nodes.

Image types

  • Master: Image from which the others are created – builds are not allowed on this type
  • Test: Image for testing
  • Prod: Image used for the actual builds

Each type gets a distinguishable type label, but only Prod images get the additional configured labels.

Configuration

Configuration is available through Global Configuration:

  • Labels: Labels assigned to Prod images (whitespace separated)
  • Master Images: Name prefix of Master images
  • Test Images: Name prefix of Test images
  • Keep Pool Agents offline: Keep all Prod image agents offline
  • Keep specific nodes offline: Keep all listed agents offline

About

Configuration for pool nodes.

License:MIT License


Languages

Language:Java 98.8%Language:HTML 1.2%