Merge pull request 'Replace openbokeron.org with uma.es' (#35) from bugfix/main-34-UpdateOBURL into main
Reviewed-on: #35
This commit was merged in pull request #35.
This commit is contained in:
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
name: 'JENKINS_BASE_URL',
|
name: 'JENKINS_BASE_URL',
|
||||||
defaultValue: 'https://openbokeron.org/jenkins',
|
defaultValue: 'https://openbokeron.uma.es/jenkins',
|
||||||
description: 'Base URL del Jenkins objetivo'
|
description: 'Base URL del Jenkins objetivo'
|
||||||
)
|
)
|
||||||
string(
|
string(
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ post {
|
|||||||
junit testResults: 'frontend/test-results/junit.xml', allowEmptyResults: true
|
junit testResults: 'frontend/test-results/junit.xml', allowEmptyResults: true
|
||||||
|
|
||||||
if (env.CHANGE_ID) {
|
if (env.CHANGE_ID) {
|
||||||
def giteaBase = 'https://openbokeron.org'
|
def giteaBase = 'https://openbokeron.uma.es'
|
||||||
def owner = 'OpenBokeron'
|
def owner = 'OpenBokeron'
|
||||||
def repo = 'TallerCiCd'
|
def repo = 'TallerCiCd'
|
||||||
def pr = env.CHANGE_ID
|
def pr = env.CHANGE_ID
|
||||||
@@ -126,7 +126,7 @@ post {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg = """
|
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}
|
- URL: ${env.BUILD_URL}
|
||||||
""".stripIndent().trim()
|
""".stripIndent().trim()
|
||||||
|
|||||||
Reference in New Issue
Block a user