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 {
agent any
stages {
stage ('build') {
steps {
parallel {
stage ('x86') {
@ -89,3 +92,5 @@ pipeline {
}
}
}
}
}