Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4026 from NervanaSystems/aslepko/gitlab_r0.27.1
Browse files Browse the repository at this point in the history
Update jenkins-trigger.groovy
  • Loading branch information
aslepko authored Dec 9, 2019
2 parents 7f5e857 + 252d43f commit e03289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/jenkins-trigger.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e03289a

Please sign in to comment.