diff --git a/Jenkinsfile b/Jenkinsfile index c14ee04..03fd675 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { echo "Hello World" } - + /* stages { stage ('x86') { agent { @@ -93,6 +93,7 @@ pipeline { } } } + */ } } }