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

add stage for test rollout

parent 7c378022
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,23 @@ pipeline {
}
}
}
stage('Trigger Test rollout') {
when {
branch 'release'
}
steps {
script {
FAILED_STAGE = env.STAGE_NAME
cloneGitopsRepo()
setNewTestAdministrationVersion()
pushTestGitopsRepo()
}
}
}
}
post {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment