diff --git a/Jenkinsfile b/Jenkinsfile index 4c9dc16..9f1786d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,5 @@ pipeline { agent any - stages { - stage ('building') { - steps { - echo "Hello World" - } - /* stages { stage ('x86') { agent { @@ -92,7 +86,4 @@ pipeline { } } } - */ - } - } }