Artifactory Migration

LabKey Support Forum
Artifactory Migration ians  2022-07-19 16:46
Status: Active
 

On Friday, July 22, we will be moving our Artifactory server and, as a consequence, the domain will be updated from artifactory.labkey.com to labkey.jfrog.io. We are working to update to the new URL in all gradle and npm files that reference the old URL in develop as well as our release branches for 21.11, 22.3, and 22.7. If you are not building your own standalone modules that reference the old URL, you won’t need to do anything other than pull down the latest code for the release you are building from.

If you are building your own module or otherwise have references to artifactory.labkey.com, you will need to update these to labkey.jfrog.io. A simple find and replace of artifactory.labkey.com:443 and artifactory.labkey.com with labkey.jfrog.io should be all you need to do.

Our recommended update steps are below. As a precaution, we recommend clearing the npm cache and the all node_modules directories prior to building. Please run these commands from the root directory of your enlistment:

npm cache clear --force   #(Optional command -- only recommended if you are doing active React development)
gradlew cleanNodeModules
gradlew deployApp

The domain artifactory.labkey.com will remain for unauthenticated reading until 8/12. Please submit a ticket to your support portal or contact your Account Manager if you have any questions.

 
 
ians responded:  2022-07-22 15:48
Title: Artifactory Migration -- Completed

This work has been completed.

The Artifactory server has been migrated to https://labkey.jfrog.io. The references for 21.11, 22.3, and 22.7 have been updated to now use this new URL. If you are not building your own standalone modules, after pulling down the latest release code there are no additional actions needed.

As stated previously if you are building your own module(s) or otherwise have references to artifactory.labkey.com, you will need to update these to labkey.jfrog.io. A simple find and replace of artifactory.labkey.com:443 and artifactory.labkey.com with labkey.jfrog.io should fully update the URL.

Our recommended post-update steps are below. As a precaution, if you are doing active React development, we recommend clearing the npm cache and all the node_modules directories prior to building. Please run these commands from the root directory of your enlistment:

npm cache clear --force   #(Optional command -- only recommended if you are doing active React development)
gradlew cleanNodeModules
gradlew deployApp

The domain artifactory.labkey.com will remain for unauthenticated reading until 8/12. Please submit a ticket to your support portal or contact your Account Manager if you have any questions.