Integrating Jenkins with AWS CodeArtifact to publish and consume Python artifacts
Amazon Web Services FeedIntegrating Jenkins with AWS CodeArtifact to publish and consume Python artifacts Python packages are used to share and reuse code across projects. Centralized artifact storage allows sharing versioned artifacts across an organization. This post explains how you can set up two Jenkins projects. The first project builds the Python package and publishes…