Skip to content

Commit

Permalink
Jenkinsfile back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Nov 5, 2024
1 parent 6830545 commit 2897c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ node {
sh(script: """set +x && cd $projectName""" + ''' set +x; ./gradlew javadoc''', returnStdout: true)
}

/*
// sonarqube analysis & quality gate
stage('sonarqube') {
String sonarqubeCurrentBranchName = prFromFork() ? prJsonObj.head.repo.full_name : currentBranchName // forks needs to be handled differently
Expand All @@ -133,7 +132,7 @@ node {
}
}
}
*/

// deploy stage only if branch is main or dev
if (env.BRANCH_NAME == "main" || env.BRANCH_NAME == "dev") {
stage('deploy') {
Expand Down

0 comments on commit 2897c01

Please sign in to comment.