Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:48:51 +02:00
parent a30fbc66a0
commit 4656a84103

5
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline { pipeline {
agent any agent any
stages {
stage ('build') {
steps { steps {
parallel { parallel {
stage ('x86') { stage ('x86') {
@ -89,3 +92,5 @@ pipeline {
} }
} }
} }
}
}