diff --git a/Jenkinsfile b/Jenkinsfile index 679ab92..c14ee04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,12 +2,11 @@ pipeline { agent any stages { - stage ('X') { + stage ('building') { steps { echo "Hello World" } - } - stage ('building') { + stages { stage ('x86') { agent {