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

OZG-5125 Added trigger test rollout

parent 0186c344
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