Skip to content

Commit

Permalink
update to jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
huskyrat committed Sep 18, 2024
1 parent 708d202 commit ed10ca9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
stage('Checkout') {
steps {
// Get some code from a GitHub repository
git branch: 'main', url: 'git branch: 'main', url: 'https://github.com/huskyrat/lbg-vat-calculator.git'
git branch: 'main', url: 'https://github.com/huskyrat/lbg-vat-calculator.git'
}
}
stage('SonarQube Analysis') {
Expand All @@ -19,5 +19,4 @@ pipeline {
}
}
}
}

}

0 comments on commit ed10ca9

Please sign in to comment.