|
|
@@ -13,7 +13,8 @@ pipeline {
|
|
|
// Definición de variables de entorno
|
|
|
environment {
|
|
|
NOMBRE_APP = 'jugaralpadel'
|
|
|
- REGISTRO = 'harbor.reymota.es/jugaralpadel'
|
|
|
+ //REGISTRO = 'harbor.reymota.es/jugaralpadel'
|
|
|
+ REGISTRO = 'registry.reymota.es'
|
|
|
}
|
|
|
|
|
|
// Definición de parámetros
|