diff --git a/Jenkinsfile b/Jenkinsfile index d90f787..8ca6306 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,12 +14,15 @@ properties([ ]) ]) +node { + stage('Checkout') { + checkout scm + } +} + pipeline { agent any stages { - stage('Checkout') { - checkout scm - } stage('test') { steps { script {