diff --git a/Jenkinsfile b/Jenkinsfile index 0673114..8d96e06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,10 @@ node { def app - stage('Clone repository') { +/* stage('Clone repository') { sh '/usr/bin/env' checkout scm - } + }*/ stage('Build image') { sh '/usr/bin/env'