-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Windows 32
I am new to Jenkin.
Situation:
I have pushed two artifacts in my system maven repo which sits in .m2. And I am able to run my maven android project successfully via command prompt.
Now my next task is to integrate my maven android project in Jenkin.
I am trying to run with "top level maven targets" option and setting goal "clean install --fail-at-end". But maven2 gives error that it can not able to find my same artifacts which I have pushed in my local maven while running from command prompt.
Seems like I have to push same artifacts again to jenkin maven plugin repo.
How I can push my same artifacts in jenkin maven2 as well ?