Use cred for private repo (#241)

[ROCm/hip-tests commit: 86ccc3e7d5]
Tento commit je obsažen v:
arjun-raj-kuppala
2023-04-21 15:22:21 +05:30
odevzdal GitHub
rodič 4165fbd085
revize 82dbc9ac83
+1
Zobrazit soubor
@@ -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"
}