Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:33:07 +02:00
parent 4f7fe2bd75
commit 62ccb3b6fd

2
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline { pipeline {
agent any agent any
stages {
parallel linux_amd64: { parallel linux_amd64: {
agent { agent {
label 'linux && amd64 && teaspeak' label 'linux && amd64 && teaspeak'
@ -84,4 +85,5 @@ pipeline {
} }
} }
} }
}
} }