diff --git a/Jenkinsfile b/Jenkinsfile index 279ce71..66c9a0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,12 +12,6 @@ properties([ ]) ]) -node { - stage('Checkout') { - checkout scm - } -} - pipeline { agent any stages {