From 86b3c8c78874cb937c8f9424a6141659110543b6 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Thu, 7 Nov 2019 11:02:31 -0500 Subject: [PATCH] jenkins server name changed --- README.md | 2 +- REGISTRY_CONFIG_README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 044e3bf..e8c8e6e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ mlpack Jenkins configuration and test support --------------------------------------------- This repository contains a number of scripts which are used by Jenkins -(http://masterblaster.mlpack.org) in order to build and test mlpack. +(http://ci.mlpack.org) in order to build and test mlpack. diff --git a/REGISTRY_CONFIG_README.md b/REGISTRY_CONFIG_README.md index 2592d3d..15bee1e 100644 --- a/REGISTRY_CONFIG_README.md +++ b/REGISTRY_CONFIG_README.md @@ -1,4 +1,4 @@ -A registry is running on masterblaster at port 5000. +A registry was running on http://ci.mlpack.org at port 5000. To add an image to the registry, do the following steps: @@ -19,4 +19,4 @@ https://docs.docker.com/registry/insecure/#deploy-a-plain-http-registry 2. Once step 1 is complete, pull the image on the client -docker pull localhost:5000/image-name:version \ No newline at end of file +docker pull localhost:5000/image-name:version