Actualiser Jenkinsfile

This commit is contained in:
corenthin 2025-12-11 23:23:55 +01:00
parent 80a965228b
commit f071e9e609

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
agent any
environment {
SERVICE_NAME = 'ApiAutoDeploy'
DOCKER_REGISTRY_URL = '172.75.13.27:3000/corenthin/apiautodeploy:latest'
DOCKER_REGISTRY_URL = 'http://172.75.13.27:3000/corenthin/apiautodeploy:latest'
DEPLOY_HOST = '172.75.13.5'
DEPLOY_CREDENTIALS_ID = '1000'
DATABASE_URL_SECRET = '1001'