On Thu, Sep 11, 2014 at 4:21 AM, Stephen Connolly
<[email protected]> wrote:
> So my plan for literate is to have a REST or socket exposed to the build
> which allows the maven build to notify the actions it undertook.

Would suffice to have the extension print some messages using a
special syntax, e.g.

[INFO] [JENKINS] {"attachedArtifacts": ["target/x.war"]}

which the builder would scan for, notifying listeners inside Jenkins,
and possibly also stripping this output from the main build log. That
saves you from dealing with a new socket, firewalls, etc.

(Of course if you want Jenkins to be able to interact with the Maven
process you need something more.)

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to