diff --git a/Jenkinsfile b/Jenkinsfile index 80b309b2a5a734d24a590d49e797bcba97bb1d58..9b50061acfe0cdcb061e32a956f487a95d64fe41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,16 +1,5 @@ pipeline { agent any - - stages { - stage('Checkout') { - steps { - checkout scm - } - } - - pipeline { - agent any - stages { stage('Checkout') { steps { @@ -61,3 +50,5 @@ pipeline { } } } + +}