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