Skip to content

Commit

Permalink
Set 'main' baranch for Jenkins job (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob authored Nov 24, 2021
1 parent 9abe561 commit b29505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node('rhel8'){

stage ('Checkout vscode-tekton code') {
deleteDir()
git url: 'https://github.com/redhat-developer/vscode-tekton.git'
git branch: 'main', url: 'https://github.com/redhat-developer/vscode-tekton.git'
}

stage ('Install vscode-tekton build requirements') {
Expand Down

0 comments on commit b29505f

Please sign in to comment.