soy un poco tonto
This commit is contained in:
@@ -26,7 +26,7 @@ pipeline {
|
|||||||
stage ('Push to Docker Registry') {
|
stage ('Push to Docker Registry') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
withCredentials()
|
|
||||||
def version = "0.0.${env.BUILD_NUMBER}"
|
def version = "0.0.${env.BUILD_NUMBER}"
|
||||||
def imageName = "clean-architecture-backend:${version}"
|
def imageName = "clean-architecture-backend:${version}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user