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

OZG-1889 use latest helmchart

parent ceb3d25d
Branches
Tags
No related merge requests found
...@@ -344,7 +344,7 @@ Void startPluto(String namespace, String values) { ...@@ -344,7 +344,7 @@ Void startPluto(String namespace, String values) {
container("k8s") { container("k8s") {
dir('goofy-client/apps/goofy-e2e/deployment-values/pluto') { dir('goofy-client/apps/goofy-e2e/deployment-values/pluto') {
withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) { withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
sh "helm upgrade --install --create-namespace pluto pluto --version 0.5.0-SNAPSHOT-ozg-2065 -f ${values} --namespace ${namespace}" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps-snapshot --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs' sh "helm upgrade --install --create-namespace pluto pluto -f ${values} --namespace ${namespace}" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs'
} }
} }
...@@ -356,7 +356,7 @@ Void startGoofy(String namespace, String values, String imageTag) { ...@@ -356,7 +356,7 @@ Void startGoofy(String namespace, String values, String imageTag) {
container("k8s") { container("k8s") {
dir('goofy-client/apps/goofy-e2e/deployment-values/goofy') { dir('goofy-client/apps/goofy-e2e/deployment-values/goofy') {
withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) { withCredentials([usernamePassword(credentialsId: 'jenkins-nexus-login', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
sh "helm upgrade --install --create-namespace goofy goofy --version 0.7.0-SNAPSHOT-ozg-2065 -f ${values} --set image.tag=${imageTag} --namespace ${namespace}" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps-snapshot --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs' sh "helm upgrade --install --create-namespace goofy goofy -f ${values} --set image.tag=${imageTag} --namespace ${namespace}" + ' --repo https://nexus.ozg-sh.de/repository/ozg-base-apps --username ${USER} --password ${PASSWORD} --wait --wait-for-jobs'
} }
} }
......
...@@ -9,7 +9,7 @@ import { loginAsPeter, UserRoleE2E } from 'apps/goofy-e2e/src/support/user-util' ...@@ -9,7 +9,7 @@ import { loginAsPeter, UserRoleE2E } from 'apps/goofy-e2e/src/support/user-util'
import { buildVorgang, initVorgaenge } from 'apps/goofy-e2e/src/support/vorgang-util'; import { buildVorgang, initVorgaenge } from 'apps/goofy-e2e/src/support/vorgang-util';
import { createWiedervorlageNeuUriByVorgangId } from 'apps/goofy-e2e/src/support/wiedervorlage-util'; import { createWiedervorlageNeuUriByVorgangId } from 'apps/goofy-e2e/src/support/wiedervorlage-util';
describe.skip('FIXME OZG-2065 Wiedervorlage should be authorized by role', () => { describe('Wiedervorlage should be authorized by role', () => {
const mainPage: MainPage = new MainPage(); const mainPage: MainPage = new MainPage();
const snackbar: SnackBarE2EComponent = mainPage.getSnackBar(); const snackbar: SnackBarE2EComponent = mainPage.getSnackBar();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment