Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:33:58 +02:00
parent 62ccb3b6fd
commit a653f22fdb

2
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent any
stages {
stage ('building') {
parallel linux_amd64: {
agent {
label 'linux && amd64 && teaspeak'
@ -87,3 +88,4 @@ pipeline {
}
}
}
}