Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerendrabhandari8 authored Jun 15, 2023
1 parent a6030dd commit c4760aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stages {
stage('Hello') {
steps {
git branch: 'main', url: 'https://github.com/dheerendrabhandari8/javalab.git'
git branch: 'main', credentialsId: 'git_hub', url: 'https://github.com/dheerendrabhandari8/javalab.git'
}
}
}
Expand Down

0 comments on commit c4760aa

Please sign in to comment.