Commit 809aaa5a authored by Marco Ortiz's avatar Marco Ortiz

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

parent c8a6d153
...@@ -70,9 +70,8 @@ pipeline { ...@@ -70,9 +70,8 @@ pipeline {
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
script { script {
echo "${IMAGE}" echo "${project.build.finalName}"
echo "${VERIONS}" // dockerImage = "${IMAGE}:${VERSION}"
// dockerImage = docker.build imagename
} }
} }
} }
......
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