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

Merge branch 'release'

parents 6b05dfb9 2ed32ecf
No related branches found
No related tags found
No related merge requests found
...@@ -153,6 +153,23 @@ pipeline { ...@@ -153,6 +153,23 @@ pipeline {
} }
} }
stage('Trigger Test rollout') {
when {
branch 'release'
}
steps {
script {
FAILED_STAGE = env.STAGE_NAME
cloneGitopsRepo()
setNewTestVersion()
pushNewTestVersion()
}
}
}
stage ('OWASP Dependency-Check Vulnerabilities') { stage ('OWASP Dependency-Check Vulnerabilities') {
steps { steps {
dependencyCheck additionalArguments: ''' dependencyCheck additionalArguments: '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment