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

Merge pull request 'OZG-5125 Added trigger test rollout' (#29) from...

Merge pull request 'OZG-5125 Added trigger test rollout' (#29) from OZG-5125-TriggerTestRollout into release

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/administration/pulls/29
parents 0186c344 5080fecf
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,23 @@ pipeline { ...@@ -157,6 +157,23 @@ pipeline {
} }
} }
} }
stage('Trigger Test rollout') {
when {
branch 'release'
}
steps {
script {
FAILED_STAGE = env.STAGE_NAME
cloneGitopsRepo()
setNewTestAdministrationVersion()
pushTestGitopsRepo()
}
}
}
} }
post { post {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment