Skip to content

Commit

Permalink
Update my code
Browse files Browse the repository at this point in the history
  • Loading branch information
CNaveen0101 authored Nov 21, 2023
1 parent 2546ae6 commit 936b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my code
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline{
}
stage('Checkout from Git'){
steps{
git branch: 'main', url: 'https://github.com/Aj7Ay/Netflix-clone.git'
git branch: 'main', url: 'https://github.com/CNaveen0101/Netflix-clone.git'
}
}
stage("Sonarqube Analysis "){
Expand Down

0 comments on commit 936b5b7

Please sign in to comment.