diff options
| -rwxr-xr-x | build-docker-containers.sh | 2 | ||||
| -rw-r--r-- | jjb/yaml/ob-deploy-branch.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-docker-containers.sh b/build-docker-containers.sh index 8f7bad3..1588fef 100755 --- a/build-docker-containers.sh +++ b/build-docker-containers.sh @@ -38,7 +38,7 @@ sudo /root/openbook_build/ci/build.sh ${artifact} # refresh openbook-v4-installer repo (ansible playbook) pushd ${HOME} -git clone git@github.com:Talligent/openbook-v4-installer.git +git clone git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git sudo rsync -aq --delete --exclude=.git /root/openbook_build/ansible/ openbook-v4-installer/ sudo chown -R jenkins: openbook-v4-installer pushd openbook-v4-installer/ diff --git a/jjb/yaml/ob-deploy-branch.yaml b/jjb/yaml/ob-deploy-branch.yaml index 277e749..ef7c736 100644 --- a/jjb/yaml/ob-deploy-branch.yaml +++ b/jjb/yaml/ob-deploy-branch.yaml @@ -35,7 +35,7 @@ - "workflow-server-{branch}-ob-pipeline" scm: - git: - url: git@github.com:Talligent/openbook-v4-installer.git + url: git@github.vcp.vzwnet.com:konstca/openbook-v4-installer.git branches: - master builders: |
