Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Oct 18, 2022
1 parent 06fd810 commit db9e5ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ pipeline {

stage('Checkout'){
steps {
script {
sh '''
git branch: 'main', url: 'https://github.com/iam-veeramalla/cicd-end-to-end'
'''
}
}
git credentialsId: 'f87a34a8-0e09-45e7-b9cf-6dc68feac670',
url: 'https://github.com/iam-veeramalla/cicd-end-to-end',
branch: 'main'
}
}

stage('Build Docker'){
Expand Down

0 comments on commit db9e5ba

Please sign in to comment.