0

We use Jenkins for building maven projects, analysing code and pushing our builds to archiva(via mvn deploy).

I need to have a deploy item that grabs a war from archiva and pushes it to weblogic.

Checking if this can be easily done without scripting something.

Thanks, Daniel

Daniel Mulcahy
  • 653
  • 1
  • 5
  • 14

1 Answers1

1
Sajib Khan
  • 22,878
  • 9
  • 63
  • 73
  • Thanks, I have that piece working now using a network path to archiva location, was wondering if I could get over http from apache archiva to workspace and then push to weblogic. Thanks – Daniel Mulcahy Nov 02 '15 at 17:58