From 3556ac3d760280ca48e3e724469240ff73f89e39 Mon Sep 17 00:00:00 2001 From: husbando_enjoyer Date: Mon, 16 Feb 2026 20:28:25 +0100 Subject: [PATCH] Update url --- Jenkinsfile.cd | 2 +- Jenkinsfile.ci | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile.cd b/Jenkinsfile.cd index 33446d6..5791d95 100644 --- a/Jenkinsfile.cd +++ b/Jenkinsfile.cd @@ -9,7 +9,7 @@ pipeline { parameters { string( name: 'JENKINS_BASE_URL', - defaultValue: 'https://openbokeron.org/jenkins', + defaultValue: 'https://openbokeron.uma.es/jenkins', description: 'Base URL del Jenkins objetivo' ) string( diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 3db5ae0..ab4f926 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -102,7 +102,7 @@ post { junit testResults: 'frontend/test-results/junit.xml', allowEmptyResults: true if (env.CHANGE_ID) { - def giteaBase = 'https://openbokeron.org' + def giteaBase = 'https://openbokeron.uma.es' def owner = 'OpenBokeron' def repo = 'TallerCiCd' def pr = env.CHANGE_ID @@ -126,7 +126,7 @@ post { } else { msg = """ - ⚠️ Dudoso… + ⚠️ Algo ha pasado, no sé si es culpa tuyao mía. Por probabilidad, pensaré que la has pifiado tú. - URL: ${env.BUILD_URL} """.stripIndent().trim()