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 #4027 from NervanaSystems/aslepko/gitlab_r0.25.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 df4d896 + b3190f3 commit 4c2eec1
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 @@ -42,7 +42,7 @@ timestamps {

// Clone the cje-algo directory which contains our Jenkins groovy scripts
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) {
echo "${e}"
println("ERROR: An error occurred during cje-algo script checkout.")
Expand Down

0 comments on commit 4c2eec1

Please sign in to comment.