diff --git a/Jenkinsfile b/Jenkinsfile index f2e8c28..56c444b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,17 +4,11 @@ pipeline { } stages { - stage ('Clean workspace') { - steps { - cleanWs() - } - } - - stage('Cloning repository') { - steps { - checkout scm - } - } + // stage('Cloning repository') { + // steps { + // checkout scm + // } + // } stage('nuget restore') { steps {