diff --git a/Jenkinsfile b/Jenkinsfile index 8a4368553..53052a9bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Deploy') { steps { echo 'Deploying stage has been executed' - bat './mvnw deploy' + bat 'git push' } } }