Updated jenkins file

This commit is contained in:
WolverinDEV 2018-08-09 21:42:58 +02:00
parent 2500127eaa
commit 824562d18b

3
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
steps {
echo "Hello World"
}
/*
stages {
stage ('x86') {
agent {
@ -93,6 +93,7 @@ pipeline {
}
}
}
*/
}
}
}