Updated jenkins file

This commit is contained in:
WolverinDEV
2018-08-09 21:46:10 +02:00
parent 29044929e2
commit 7cc40d9020
Vendored
-9
View File
@@ -1,11 +1,5 @@
pipeline {
agent any
stages {
stage ('building') {
steps {
echo "Hello World"
}
/*
stages {
stage ('x86') {
agent {
@@ -92,7 +86,4 @@ pipeline {
}
}
}
*/
}
}
}