1 / 11

Artifact Management

Artifact Management. Managing Maven and other artifacts in Perforce. Artifact definition. ‘... one of many tangible by-products produced during the development of software.’ Wikipedia: Artifact (software development). Build Process.

bchadwick
Download Presentation

Artifact Management

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Artifact Management Managing Maven and other artifacts in Perforce

  2. Artifact definition ‘... one of many tangible by-products produced during the development of software.’ Wikipedia: Artifact (software development)

  3. Build Process Typically compiled source code generated and/or consumed by a Build Process. e.g. C libraries, Java Jars, Ruby Gems, Python Eggs...

  4. Other artifacts A Build Process may consume other non source generated Artifacts. e.g. Docker images, Vagrant boxes, Multi-media files...

  5. Build process Source Control Result CI / Build pipeline ArtifactRepo 3rd party artifacts 10010100 11101100 10010100 11101100

  6. Artifact repository The Artifact repo performs two main roles. • Storage & Distribution • Management of the artifacts

  7. Storage & Distribution • Store artifacts with meta-data • Created artifacts • releases, nightly builds, etc... • Third party artifacts • treated differently for legal / technical • Proxy for Distribution

  8. Management • Browse stored artifacts • Configure Proxy caching • Search artifacts • both meta-data and content • Deploy / upload new artifacts

  9. Combining technology P4P Pull PAM • ✔ Storage HTTP 10010100 11101100 10010100 11101100 ? • ✔ Management Distribution

  10. Technology • Java Spark (light weight framework) • Jetty (embedded web server) • P4Search (api for search service) • P4Java (api for Perforce) Bootstrap 3, JQuery, Freemarker, DropzoneJS

  11. Demo

More Related