Unverified Commit e03289a0 authored by aslepko's avatar aslepko Committed by GitHub

Merge pull request #4026 from NervanaSystems/aslepko/gitlab_r0.27.1

Update jenkins-trigger.groovy
parents 7f5e8574 252d43fc
......@@ -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