Commit b5da1d9f authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent 0ef84b2f
...@@ -3,6 +3,11 @@ pipeline { ...@@ -3,6 +3,11 @@ pipeline {
environment { environment {
IMAGE = readMavenPom().getArtifactId() IMAGE = readMavenPom().getArtifactId()
VERSION = readMavenPom().getVersion() VERSION = readMavenPom().getVersion()
imagename = "${IMAGE}:${VERSION}"
url = "http://192.168.27.148:5000"
tag_name = "192.168.27.148:5000"
credentials = "admin-docker-hub"
} }
tools { tools {
maven 'Maven' maven 'Maven'
......
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