Deprecation of artifactoryonline.com domain
By June 30, 2017, JFrog Artifactory SaaS will use a new domain: jfrog.io, and the artifactoryonline.com domain will be deprecated. To continue accessing your server, you need to update the URL accordingly. For example if your server name is X and you used to access your server through X.artifactoryonline.com, then after the change, the entry point to your server will be X.jfrog.io.
Any attempts to access the old domain will be automatically redirected to www.jfrog.com. All builds that point to this domain will fail since the artifacts will not be found and the response returned to the build server will be an HTML page instead of the JSON object that the build info library expects.
Any scripts, client configurations and build tools relying on the old domain should also be modified to use the new jfrog.io domain instead.
In addition, if you have configured the “Custom Base URL” (in the Admin module under General | General Configuration) make sure to update the value to refer to the new domain.
Another change made as a result of deprecating the artifactoryonline.com domain is that the URLs to your Docker registries are much simpler.
For example, when docker registry "dockerv2-local" which was accessible via:
<customer>-docker-dockerv2-local.artifactoryonline.com
has become
<customer>-dockerv2-local.jfrog.io