From 1bedb17b7ac059a2e975fd5c358aeb6697ed6e3a Mon Sep 17 00:00:00 2001 From: Duvan Rondon Date: Mon, 24 Feb 2025 16:31:07 -0500 Subject: [PATCH] Update firmador url --- Jenkinsfile firm int | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile firm int b/Jenkinsfile firm int index a7a1265..0879bcf 100644 --- a/Jenkinsfile firm int +++ b/Jenkinsfile firm int @@ -5,7 +5,7 @@ pipeline { REGION = "us-central1" CLIENT_EMAIL = 'svfe-api-firmador@siman-448015.iam.gserviceaccount.com' GCLOUD_CREDS = credentials('gcloud-creds') - CLOUD_RUN_FIRMADOR = 'http://localhost:8013' + CLOUD_RUN_FIRMADOR = 'http://localhost:8113' } stages {