Commit 1538e595 authored by Serdar TURKEL's avatar Serdar TURKEL

docker push x2

parent 2bd25968
......@@ -42,11 +42,6 @@ pipeline {
sh 'docker tag springtemplate:latest docker.inity.com.tr/springtemplate:latest'
}
}
stage('Docker Push') {
steps {
sh 'docker push docker.inity.com.tr/springtemplate:latest'
}
}
stage('Docker push') {
steps {
script {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment