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

OZG-4793 SonarChecks in Jenkins are only done for master branch

parent 4867b84a
Branches
Tags
No related merge requests found
...@@ -84,6 +84,9 @@ pipeline { ...@@ -84,6 +84,9 @@ pipeline {
} }
stage('Sonar Checks') { stage('Sonar Checks') {
when {
branch 'master'
}
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment