diff --git a/.jenkins/jenkinsfile b/.jenkins/jenkinsfile index 96b1d74e78..813fdd6992 100644 --- a/.jenkins/jenkinsfile +++ b/.jenkins/jenkinsfile @@ -18,6 +18,7 @@ def hipBuildTest(String backendLabel) { // Clone clr repository dir("${WORKSPACE}/clr") { git branch: 'develop', + credentialsId: 'branch-credentials', url: 'https://github.com/ROCm-Developer-Tools/clr' env.CLR_DIR = "${WORKSPACE}" + "/clr" }