Skip to content

Commit

Permalink
#83 Aligning with main branch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed May 26, 2022
1 parent 5b7a509 commit 4fb3cdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pipeline {
stage("Setup") {
steps {
ontrackCliSetup(autoValidationStamps: true)
sh '''
git config --global init.defaultBranch main
'''
}
}

Expand Down

0 comments on commit 4fb3cdf

Please sign in to comment.