Skip to content

Commit

Permalink
my second push
Browse files Browse the repository at this point in the history
  • Loading branch information
damodarddr committed Nov 26, 2023
1 parent f460c48 commit e2d4cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelinescript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stages{
stage("Git Checkout"){
steps{
git branch: 'main', changelog: false, poll: false, url: 'https://github.com/Aj7Ay/Petclinic.git'
git branch: 'main', changelog: false, poll: false, url: 'https://github.com/damodarddr/Trivy.git'
}
}
stage("Compile"){
Expand Down

0 comments on commit e2d4cfc

Please sign in to comment.