Skip to content

Commit

Permalink
Possibly syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Nov 29, 2024
1 parent 974f68c commit 38cbf5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ pipeline {
}
post {
always {
// the default resolution when omitting `defaultBranch` is to `master`
// the default resolution when omitting `targetBranch` is to `master`
// this is wrong in our case, so explicitly set `develop` as default
// TODO: does this also work for PRs with different base branch?
discoverGitReferenceBuild(defaultBranch: 'develop')
discoverGitReferenceBuild(targetBranch: 'develop')
recordIssues(skipBlames: true, enabledForFailure: true,
tool: checkStyle(pattern: '**/build/reports/checkstyle/*.xml'),
qualityGates: [
Expand Down

0 comments on commit 38cbf5c

Please sign in to comment.