Skip to content

Commit

Permalink
fix: update default branch of Jenkins pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Aug 31, 2023
1 parent 7cffdcf commit e53cee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def properties = {
}
return [
parameters([
string(name: 'branch', defaultValue: 'master', description: 'The branch/tag to run for'),
string(name: 'branch', defaultValue: 'main', description: 'The branch/tag to run for'),
choice(name: "cluster", choices: names, description: 'The Kubernetes cluster that the Harbor is deployed on')
]),
buildDiscarder(strategy: logRotator(numToKeepStr: "15")),
Expand Down

0 comments on commit e53cee2

Please sign in to comment.