Updated jenkins file

This commit is contained in:
WolverinDEV
2018-08-09 21:42:31 +02:00
parent fb5842d21c
commit 2500127eaa
Vendored
+2 -3
View File
@@ -2,12 +2,11 @@ pipeline {
agent any
stages {
stage ('X') {
stage ('building') {
steps {
echo "Hello World"
}
}
stage ('building') {
stages {
stage ('x86') {
agent {