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

OZG-1784 fix jenkinsfile

parent 2a4bc657
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ pipeline {
}
container("k8s") {
script {
def branchName = env.BRANCH_NAME.replaceAll(/[^a-zA-Z0-9]+/, "").toLowerCase()
def namespace = 'e2e-${branchName}-dev'
......@@ -167,6 +168,7 @@ pipeline {
sh 'helm upgrade --install --create-namespace goofy goofy --version 0.3.0-SNAPSHOT -f values.yaml --namespace ${namespace} --repo https://nexus.ozg-sh.de/repository/ozg-base-apps-snapshot --username ${USER} --password ${PASSWORD}'
}
}
}
// container("cypress") {
// dir('goofy-client') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment