From 39698d987f2a3739c617dc92400cf9faaff738ff Mon Sep 17 00:00:00 2001 From: apostolof Date: Sat, 13 Feb 2021 16:06:46 +0200 Subject: [PATCH] refactor: update job name and webhook --- README.md | 2 +- .../config.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename jenkins/jobs/{staging-apella-multibranch-pipeline => concordia-multibranch-pipeline}/config.xml (100%) diff --git a/README.md b/README.md index 7a64288..9eb0604 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ under Global Credentials. Lastly a Webhook must be added to Gitlab, pointing to the Jenkins project. On Gitlab, navigate to the Webhooks menu in the Settings of the project and add a new webhook pointing to -`https://jenkins.concordia.tk/project/staging-concordia-multibranch-pipeline`. +`https://jenkins.ecentrics.net/project/concordia-multibranch-pipeline`. To get the git branches and Jenkinsfiles from each branch initiate a `Multibranch Pipeline Scan`. diff --git a/jenkins/jobs/staging-apella-multibranch-pipeline/config.xml b/jenkins/jobs/concordia-multibranch-pipeline/config.xml similarity index 100% rename from jenkins/jobs/staging-apella-multibranch-pipeline/config.xml rename to jenkins/jobs/concordia-multibranch-pipeline/config.xml