We have a Maven project living on a separate VM and would like to automate code delivery so that we don't have to manually create a Maven artifact and run the script to install it.
Is it possible to use Pipelines to push code updates to a Maven project without having to clone our Git repository onto the VM?
The concern here is, of course, is creating an optimal configuration so that we don't run up available disk space.
I believe that Jenkins allots for this use case with their Artifactory plugin & server (I have not used this functionality personally so I can't confirm) and was wondering if Pipelines had a comparable solution.
Hi Arielle,
You can definitely use Pipelines to build and deploy artifacts to a production server without having to clone the repository on that server.
If you're just trying to automate your current manual process, you could try something like this in a pipeline:
If you want to get more sophisticated there are many other options available, such as first deploying the artifact to a third-party artifact repository like JFrog.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.