Date
1 - 2 of 2
Auto deploy a jar file using travis into cloudfoundry
Karthikeyan Murugaiyan <karthi3636@...>
How to auto deploy a jar file using travis into cloudfoundry My jar is
built using ant .I have published my code and travis able to build the code automatically ,but i am not sure how to auto deploy the jar file created into cloufoundry . My github code is present here. https://github.com/karthi3636/Testing.git Can anyone help me out on doing this . Thanks in Advance -- Thanks & Regards Karthikeyan -- Thanks & Regards Karthikeyan |
|
CF Runtime
Are you able to deploy the jar yourself using "cf push" if you build the
jar yourself? Are you having trouble pushing the jar, or having trouble figuring out how to do that same thing in travis? Joseph & Dies OSS Release Integration Team On Thu, Aug 27, 2015 at 11:05 AM, Karthikeyan Murugaiyan < karthi3636(a)gmail.com> wrote: How to auto deploy a jar file using travis into cloudfoundry My jar is |
|