Skip to content
Snippets Groups Projects
Commit 7747fc76 authored by OZGCloud's avatar OZGCloud
Browse files

release 1.10.3 - manual build

parent 92c73bf9
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ pipeline {
when {
anyOf {
branch 'master'
branch 'release'
# branch 'release'
}
}
steps {
......@@ -114,12 +114,12 @@ pipeline {
tagAndPushDockerImage('formcycle-adapter', 'snapshot-latest')
tagAndPushDockerImage('xta-adapter', 'snapshot-latest')
}
else if (env.BRANCH_NAME == 'release') {
tagAndPushDockerImage('intelliform-adapter', 'latest')
tagAndPushDockerImage('formsolutions-adapter', 'latest')
tagAndPushDockerImage('formcycle-adapter', 'latest')
tagAndPushDockerImage('xta-adapter', 'latest')
}
# else if (env.BRANCH_NAME == 'release') {
# tagAndPushDockerImage('intelliform-adapter', 'latest')
# tagAndPushDockerImage('formsolutions-adapter', 'latest')
# tagAndPushDockerImage('formcycle-adapter', 'latest')
# tagAndPushDockerImage('xta-adapter', 'latest')
# }
}
}
}
......@@ -180,7 +180,7 @@ pipeline {
}
stage('Trigger Test rollout') {
when {
branch 'release'
# branch 'release'
}
steps {
......@@ -200,7 +200,7 @@ pipeline {
when {
anyOf {
branch 'master'
branch 'release'
# branch 'release'
}
}
steps {
......@@ -231,12 +231,12 @@ pipeline {
Void deployHelmChart(String helmChartName, String helmChartVersion) {
withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]){
if (env.BRANCH_NAME == 'release') {
result = sh script: '''curl -u $USERNAME:$PASSWORD https://nexus.ozg-sh.de/service/rest/v1/components?repository=ozg-base-apps -F file=@'''+helmChartName+'''-'''+helmChartVersion+'''.tgz''', returnStdout: true
}
else {
# if (env.BRANCH_NAME == 'release') {
# result = sh script: '''curl -u $USERNAME:$PASSWORD https://nexus.ozg-sh.de/service/rest/v1/components?repository=ozg-base-apps -F #file=@'''+helmChartName+'''-'''+helmChartVersion+'''.tgz''', returnStdout: true
# }
# else {
result = sh script: '''curl -u $USERNAME:$PASSWORD https://nexus.ozg-sh.de/service/rest/v1/components?repository=ozg-base-apps-snapshot -F file=@'''+helmChartName+'''-'''+helmChartVersion+'''.tgz''', returnStdout: true
}
# }
if (result != '') {
error(result)
......
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
<artifactId>common</artifactId>
......
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>formcycle-adapter</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
......@@ -37,7 +37,7 @@
<name>EM - Formcycle Adapter - Implementation</name>
<properties>
<formcycle-interface.version>1.11.0-SNAPSHOT</formcycle-interface.version>
<formcycle-interface.version>${project.version}</formcycle-interface.version>
</properties>
<dependencies>
......
......@@ -36,7 +36,7 @@
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>formcycle-adapter-interface</artifactId>
<name>EM - Formcycle Adapter - Interface</name>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<properties>
<pluto.version>1.11.0-SNAPSHOT</pluto.version>
......
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
</parent>
<artifactId>formcycle-adapter</artifactId>
......
......@@ -30,7 +30,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
......
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
......
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
......
......@@ -37,7 +37,7 @@
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<packaging>pom</packaging>
<name>Eingangs Adapter - Parent</name>
......
......@@ -29,7 +29,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
<relativePath>../</relativePath>
</parent>
......
......@@ -30,7 +30,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
</parent>
<artifactId>semantik-adapter</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>de.itvsh.kop.eingangsadapter</groupId>
<artifactId>parent</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.3</version>
</parent>
<artifactId>xta-adapter</artifactId>
<name>Eingangs Adapter - XTA</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment