Unverified Commit 075665ce authored by aslepko's avatar aslepko Committed by GitHub

Merge pull request #4024 from NervanaSystems/aslepko/gitlab

Update jenkins-trigger.groovy
parents 9f1e8f06 5a70a68b
......@@ -38,7 +38,7 @@ timestamps {
def sleeptime=0
retry(count: 3) {
sleep sleeptime; sleeptime = 10
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 ."
}
// Call the main job script.
......
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