Skip to content

Commit

Permalink
update Jenkisfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarkazis committed Jul 31, 2018
1 parent dc14f1e commit 4fb5d49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
}
stage('son-monitor-ceilExp') {
steps {
sh 'docker build -t registry.sonata-nfv.eu:5000/son-monitor-ceilexp:v4.0 -f mtrExporter/Dockerfile mtrExporter/'
sh 'docker build -t registry.sonata-nfv.eu:5000/son-monitor-ceilexp -f mtrExporter/Dockerfile mtrExporter/'
}
}
}
Expand All @@ -34,7 +34,7 @@ pipeline {
}
stage('son-monitor-ceilExp') {
steps {
sh 'docker push registry.sonata-nfv.eu:5000/son-monitor-ceilexp:v4.0'
sh 'docker push registry.sonata-nfv.eu:5000/son-monitor-ceilexp'
}
}
}
Expand All @@ -49,8 +49,8 @@ pipeline {
}
stage('son-monitor-ceilExp') {
steps {
sh 'docker tag registry.sonata-nfv.eu:5000/son-monitor-ceilexp:v4.0 registry.sonata-nfv.eu:5000/son-monitor-ceilexp:v4.0'
sh 'docker push registry.sonata-nfv.eu:5000/son-monitor-ceilexp:v4.0'
sh 'docker tag registry.sonata-nfv.eu:5000/son-monitor-ceilexp:latest registry.sonata-nfv.eu:5000/son-monitor-ceilexp:int'
sh 'docker push registry.sonata-nfv.eu:5000/son-monitor-ceilexp:int'
}
}

Expand Down

0 comments on commit 4fb5d49

Please sign in to comment.