diff --git a/Jenkinsfile b/Jenkinsfile index ca0180c..3f39075 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,8 @@ pipeline { agent any - stages { - stage ('building') { + //stages { + // stage ('building') { parallel { stage ('x86') { agent { @@ -90,6 +90,6 @@ pipeline { } } } - } - } + // } + //} }