Commit 9bcd886a authored by Serdar TURKEL's avatar Serdar TURKEL

docker push x4

parent 8b915768
......@@ -39,7 +39,7 @@ pipeline {
}
stage('Docker Tag') {
steps {
sh 'docker tag springtemplate:latest docker.inity.com.tr/springtemplate:latest'
sh 'docker tag springtemplate:latest docker.inity.com.tr/repository/docker-images/springtemplate:latest'
}
}
stage('Docker push') {
......@@ -52,7 +52,7 @@ pipeline {
}
}
}
stage("Deploy Jar to Nexus") {
stage("Deploy to Nexus") {
steps {
script {
// Read POM xml file using 'readMavenPom' step , this step 'readMavenPom' is included in: https://plugins.jenkins.io/pipeline-utility-steps
......
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