Unverified Commit 4c2eec19 authored by aslepko's avatar aslepko Committed by GitHub

Merge pull request #4027 from NervanaSystems/aslepko/gitlab_r0.25.1

Update jenkins-trigger.groovy
parents df4d896b b3190f34
...@@ -42,7 +42,7 @@ timestamps { ...@@ -42,7 +42,7 @@ timestamps {
// Clone the cje-algo directory which contains our Jenkins groovy scripts // Clone the cje-algo directory which contains our Jenkins groovy scripts
try { try {
sh "git clone -b $JENKINS_BRANCH https://github.intel.com/AIPG/cje-algo ." sh "git clone -b $JENKINS_BRANCH https://gitlab.devtools.intel.com/AIPG/AlgoVal/cje-algo ."
} catch (e) { } catch (e) {
echo "${e}" echo "${e}"
println("ERROR: An error occurred during cje-algo script checkout.") println("ERROR: An error occurred during cje-algo script checkout.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment