This commit is contained in:
Alejandro Sarmiento
2024-03-11 19:12:33 +01:00
parent 0d4c7673d9
commit 2e565c5df9

View File

@@ -6,7 +6,7 @@ pipeline {
//DOCKER_REGISTRY_URL = credentials('docker-registry-url')
//DOCKER_REGISTRY_USER = credentials('docker-registry-user')
//DOCKER_REGISTRY_PASSWORD = credentials('docker-registry-password')
DOCKER_REGISTRY_URL = 'https://dockerregistry.alexdev.es'
DOCKER_REGISTRY_URL = 'dockerregistry.alexdev.es'
DOCKER_REGISTRY_USER = 'alejandro'
DOCKER_REGISTRY_PASSWORD = 'KhACw2yCBFbA$K7N'
ASP_ENVIRONMENT = 'Production'