Publish an Artifact
Publish an artifact
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
!

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

Last updated