Continuous delivery
                        Getting Smart: Applying Continuous Delivery to Data Science to Drive Car Sales
                            
                        
    





git pull origin {feature/experiment branch}
    # 1: Fetches Jenkins commit, i.e metadata (metrics and dvc.lock file).
dvc pull -r origin
    # 2: Now you fetch the data/models from DVC storage.
git push origin {feature/experiment branch} --force
Disclaimer: The statements and opinions expressed in this article are those of the author(s) and do not necessarily reflect the positions of Thoughtworks.