diff --git a/Jenkinsfile b/Jenkinsfile index 9eb21c1..8c73b7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,6 @@ pipeline { agent any - stages { - stage ('build') { parallel { stage ('x86') { agent { @@ -89,6 +87,4 @@ pipeline { } } } - } - } }