Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:47:53 +02:00
parent a55770af7d
commit a30fbc66a0

7
Jenkinsfile vendored
View File

@ -1,11 +1,7 @@
pipeline {
agent any
stages {
stage ('building') {
steps {
echo "Hello World"
}
stages {
parallel {
stage ('x86') {
agent {
label 'linux && x84 && teaspeak'
@ -93,4 +89,3 @@ pipeline {
}
}
}
}