Skip to content
Snippets Groups Projects
Commit 62abca0a authored by OZGCloud's avatar OZGCloud
Browse files

Merge remote-tracking branch 'origin/master' into OZG-4561-alfa-renames

# Conflicts:
#	alfa-client/apps/alfa-e2e/Jenkinsfile
parents 3b32a908 e3654bcb
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ def SKIP_RUN = false ...@@ -5,7 +5,7 @@ def SKIP_RUN = false
pipeline { pipeline {
agent { agent {
node { node {
label 'jenkins-build-agent-nodejs-18' label 'ozgcloud-jenkins-build-agent'
} }
} }
...@@ -161,7 +161,7 @@ pipeline { ...@@ -161,7 +161,7 @@ pipeline {
} }
} }
stage('Rollout E2E Main') { stage('Rollout E2E Namespaces') {
when { when {
expression { !SKIP_RUN } expression { !SKIP_RUN }
} }
...@@ -292,6 +292,7 @@ pipeline { ...@@ -292,6 +292,7 @@ pipeline {
} }
} }
} }
} }
post { post {
failure { failure {
...@@ -814,7 +815,6 @@ Map getElasticsearchEnv(String namespace) { ...@@ -814,7 +815,6 @@ Map getElasticsearchEnv(String namespace) {
Void forwardServices(String namespace, Integer dbPort) { Void forwardServices(String namespace, Integer dbPort) {
try { try {
forwardDatenbank(namespace, dbPort) forwardDatenbank(namespace, dbPort)
forwardElasticSearch()
} }
catch (Exception e) { catch (Exception e) {
echo "forwardServices Exception: ${e}" echo "forwardServices Exception: ${e}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment