From 622f530389085338b8b9292f63825de8cd3d9162 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 25 May 2023 14:55:12 +0200 Subject: [PATCH] [chore] use release version in jenkins --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index db6fca5..e23d27c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,6 +137,9 @@ Void cloneIntelliformAdapterRepo() { sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/intelliform-adapter.git' } + dir("intelliform-adapter") { + sh 'git checkout tags/${FORMCYCLE_INTERFACE_VERSION} -b branch' + } configureGit("intelliform-adapter") } -- GitLab