Skip to content

Commit

Permalink
Update Jenkinsfile_CBI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Jan 9, 2024
1 parent 2bdcbe3 commit a3b661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CBI
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
checkout([$class: 'GitSCM', branches: [[name: 'master']], userRemoteConfigs: [[refspec: 'refs/heads/main', url: 'https://github.com/fredg02/minimal-ui-test-example.git']]])
checkout([$class: 'GitSCM', branches: [[name: 'main']], userRemoteConfigs: [[refspec: 'refs/heads/main', url: 'https://github.com/fredg02/minimal-ui-test-example.git']]])
}
}
stage('Build') {
Expand Down

0 comments on commit a3b661f

Please sign in to comment.