diff --git a/Jenkinsfile b/Jenkinsfile index 2051652..27e03bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,11 +19,10 @@ node { sh 'echo "Tests passed"' } } - +} /*stage('Push image') { docker.withRegistry('https://registry.hub.docker.com', 'docker-hub-credentials') { app.push("${env.BUILD_NUMBER}") app.push("latest") } - }*/ -} \ No newline at end of file + }*/ \ No newline at end of file