Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:46:44 +02:00
parent 7cc40d9020
commit a55770af7d

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline {
agent any
stages {
stage ('building') {
steps {
echo "Hello World"
}
stages {
stage ('x86') {
agent {
@ -86,4 +91,6 @@ pipeline {
}
}
}
}
}
}