Artifactory Migration -- Completed

LabKey Support Forum (Inactive)
Artifactory Migration -- Completed ians  2022-07-22 15:48
Status: Active
 

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.