diff --git a/Jenkinsfile b/Jenkinsfile index 30890135e..27e203390 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,12 +10,12 @@ pipeline { DOCKERHUB_CREDENTIALS = credentials('Docker-token') } - stages{ + /*stages{ stage('Git Clone'){ steps { git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' } - } + */} stage('Maven Build'){ steps { sh 'mvn -Dmaven.test.failure.ignore=true clean package'