Commit 7d66dbda authored by Michal Chruscinski's avatar Michal Chruscinski Committed by Scott Cyphers

Change repositories addresses to use SSH (#3889)

parent db5b11c8
......@@ -113,10 +113,10 @@ pipeline {
WORKDIR = "${WORKSPACE}/${BUILD_NUMBER}"
JENKINS_GITHUB_CREDENTIAL_ID = "7157091e-bc04-42f0-99fd-dc4da2922a55"
CI_DIR = "ngraph-onnx/.ci/jenkins"
NGRAPH_ONNX_REPO_ADDRESS = "https://github.com/NervanaSystems/ngraph-onnx.git"
NGRAPH_REPO_ADDRESS = "https://github.com/NervanaSystems/ngraph.git"
NGRAPH_ONNX_BRANCH="${CHANGE_BRANCH}"
NGRAPH_BRANCH="${CHANGE_BRANCH}"
NGRAPH_ONNX_REPO_ADDRESS = "git@github.com:NervanaSystems/ngraph-onnx.git"
NGRAPH_REPO_ADDRESS = "git@github.com:NervanaSystems/ngraph.git"
NGRAPH_ONNX_BRANCH = "${CHANGE_BRANCH}"
NGRAPH_BRANCH = "${CHANGE_BRANCH}"
}
options {
skipDefaultCheckout true
......
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