hi team ,
please i need help , how can downolad an artifact on my laptop ? knowing that i'm working on a java project .
Hi @yosser_mahfoudh ,
Thank you for your question!
Just, add to your build step a keyword `artifacts`. Also, we have a good example for Java project.
More details you could find following the Use artifacts in steps guide.
hi Oleksandr ,
please i have a question , after artifacts what should i put ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i dont know where i can find my artifact
/root/.m2/repository/mass/masster/2.2.1.9957/ppp-2.2.1.9957.jar
where i can find this path please ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@yosser_mahfoudh as usual it should be path to the build directory.
In your special case it could be:
pipelines:
default:
- step:
script:
- <your build logic>
artifacts:
- .m2/repository/mass/masster/2.2.1.9957
But make sure that your follow build versioning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when i run mvn install , that path is diplayed . so i don't know to access to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this path " /root/.m2/repository/mass/masster/2.2.1.9957/ppp-2.2.1.9957.jar "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.