Skip to content

Commit

Permalink
Updated Jenkinsfile with openclinica repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanavnt-01 authored Apr 28, 2024
1 parent 799be15 commit a15e2c0
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 @@ -12,7 +12,7 @@ pipeline {
stage('Checkout') {
steps {
cleanWs()
checkout scmGit(branches: [[name: '*/$release_branch']], extensions: [], userRemoteConfigs: [[credentialsId: 'aventior-github-ishan', url: 'https://github.com/ishanavnt-01/kpi.git']])
checkout scmGit(branches: [[name: '*/$release_branch']], extensions: [], userRemoteConfigs: [[credentialsId: 'jenkins-github-token-as-password', url: 'https://github.com/OpenClinica/kpi.git']])
}
}
stage('Fetch ECR Credentials') {
Expand Down

0 comments on commit a15e2c0

Please sign in to comment.