Publish an Artifact
Last updated
Last updated
1) Build jar or zip package
2) Push to artifact repository to save those packages for later use or for downloading on a remote server
3) Then you can download (curl, wget) it anywhere
!
Build Tools have commands for that as well!
Change in how we use artifacts
We don't keep jar or zip files, because we have Docker
We don't build them locally, because we have Jenkins and other Build Automation Tools