Skip to content
Snippets Groups Projects
Commit 622f5303 authored by OZGCloud's avatar OZGCloud
Browse files

[chore] use release version in jenkins

parent c73175d3
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,9 @@ Void cloneIntelliformAdapterRepo() { ...@@ -137,6 +137,9 @@ Void cloneIntelliformAdapterRepo() {
sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/intelliform-adapter.git' 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") configureGit("intelliform-adapter")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment