Label jenkins slaves
This commit is contained in:
parent
50d592d9ba
commit
0993db6583
2 changed files with 5 additions and 2 deletions
|
@ -6,12 +6,15 @@ slaves:
|
|||
- name: EL6
|
||||
host: jenkins-slave-el6.fedorainfracloud.org
|
||||
description: CentOS 6.6
|
||||
labels: el centos centos6
|
||||
- name: EL7
|
||||
host: jenkins-slave-el7.fedorainfracloud.org
|
||||
description: CentOS 7.0
|
||||
description: Red Hat Enterprise Linux Server 7.1
|
||||
labels: el rhel rhel7
|
||||
- name: F22
|
||||
host: jenkins-slave-f22.fedorainfracloud.org
|
||||
description: Fedora 22
|
||||
labels: fedora fedora22
|
||||
|
||||
# Packages installed on all Jenkins slaves (Fedora, CentOS)
|
||||
slave_packages_common:
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maxNumRetries>0</maxNumRetries>
|
||||
<retryWaitTime>0</retryWaitTime>
|
||||
</launcher>
|
||||
<label></label>
|
||||
<label>{{ item.labels }}</label>
|
||||
<nodeProperties/>
|
||||
<userId>mizdebsk</userId>
|
||||
</slave>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue