From e479ad181102ecefde1d95126a6f6e4aabbde5a6 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 5 Jan 2024 16:31:04 +0100 Subject: [PATCH] deploy Version4 in nexus --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9148c87..ed602ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,8 +95,7 @@ pipeline { anyOf { branch 'master' branch 'release' - branch 'version-2' - branch 'release-v2' + branch 'Version-4' } } steps { @@ -141,4 +140,4 @@ String getElementAccessToken() { withCredentials([string(credentialsId: 'element-login-json', variable: 'LOGIN_JSON')]) { return readJSON ( text: sh (script: '''curl -XPOST -d \"$LOGIN_JSON\" https://matrix.ozg-sh.de/_matrix/client/v3/login''', returnStdout: true)).access_token } -} \ No newline at end of file +} -- GitLab