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

Jenkins add test rollout

parent 2b1f57b2
Branches
Tags
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