Skip to content
Snippets Groups Projects
Commit cf97f18a authored by Soumith Kuppa Venakata's avatar Soumith Kuppa Venakata
Browse files

Adding credentials to Jenkins

parent 5e642db2
No related branches found
No related tags found
No related merge requests found
Pipeline #5939 failed
......@@ -6,7 +6,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
git branch: 'master', url:'https://git.cs.odu.edu/skuppave/kube1.git'
git branch: 'main', url:'https://git.cs.odu.edu/skuppave/kube1.git', credentialsId: 'git-pat'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment