PyPI Integration
Getting Started
1
Create a Lineaje Personal Access Token (PAT)
Authentication2
3
Configure pip.conf
~/.config/pip/pip.conf[global]
index-url = https://<ARTIFACTORY_CREDS_USR>:<ARTIFACTORY_CREDS_PSW>@observe.fortknox.v2.prod.veedna.com/artifactory/api/pypi/gos-all-proxy-python/simple
trusted-host = observe.fortknox.v2.prod.veedna.comSample Configurations
GitHub Actions
1. Create GitHub Secrets
2. Add the GitHub Actions Workflow
Jenkins
1. Configure Python in Jenkins
2. Add Artifactory Credentials in Jenkins
3. Add the Jenkinsfile
4. Validate the Jenkins Pipeline
Verifying Proxy Routing
Last updated