Skip to content

Commit

Permalink
Merge pull request #1593 from zyyw/pipeline-default-branch
Browse files Browse the repository at this point in the history
fix: update default branch of Jenkins pipeline
  • Loading branch information
zyyw committed Sep 1, 2023
2 parents 7cffdcf + e53cee2 commit 86dd759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
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 86dd759

Please sign in to comment.