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
|
- name: EL6
|
||||||
host: jenkins-slave-el6.fedorainfracloud.org
|
host: jenkins-slave-el6.fedorainfracloud.org
|
||||||
description: CentOS 6.6
|
description: CentOS 6.6
|
||||||
|
labels: el centos centos6
|
||||||
- name: EL7
|
- name: EL7
|
||||||
host: jenkins-slave-el7.fedorainfracloud.org
|
host: jenkins-slave-el7.fedorainfracloud.org
|
||||||
description: CentOS 7.0
|
description: Red Hat Enterprise Linux Server 7.1
|
||||||
|
labels: el rhel rhel7
|
||||||
- name: F22
|
- name: F22
|
||||||
host: jenkins-slave-f22.fedorainfracloud.org
|
host: jenkins-slave-f22.fedorainfracloud.org
|
||||||
description: Fedora 22
|
description: Fedora 22
|
||||||
|
labels: fedora fedora22
|
||||||
|
|
||||||
# Packages installed on all Jenkins slaves (Fedora, CentOS)
|
# Packages installed on all Jenkins slaves (Fedora, CentOS)
|
||||||
slave_packages_common:
|
slave_packages_common:
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<maxNumRetries>0</maxNumRetries>
|
<maxNumRetries>0</maxNumRetries>
|
||||||
<retryWaitTime>0</retryWaitTime>
|
<retryWaitTime>0</retryWaitTime>
|
||||||
</launcher>
|
</launcher>
|
||||||
<label></label>
|
<label>{{ item.labels }}</label>
|
||||||
<nodeProperties/>
|
<nodeProperties/>
|
||||||
<userId>mizdebsk</userId>
|
<userId>mizdebsk</userId>
|
||||||
</slave>
|
</slave>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue