Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:42:31 +02:00
parent fb5842d21c
commit 2500127eaa

5
Jenkinsfile vendored
View File

@ -2,12 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage ('X') { stage ('building') {
steps { steps {
echo "Hello World" echo "Hello World"
} }
}
stage ('building') {
stages { stages {
stage ('x86') { stage ('x86') {
agent { agent {