Hi,
I would like to think of my Jenkins Docker image as immutable, but there are
some hurdles I'm running into.
The volume currently declared is for /var/jenkins_home.
This means I have to mount the whole thing.
This includes the war subdirectory and plugins subdirectory.
I definitely want to e
Would it make sense if I forked and submitted a PR which turns this on?
I'm assuming anyone using html emails would benefit from this.
R,
rahul
Rahul Somasunderam
+1 510 270 2883
On Mon, Mar 18, 2013 at 9:51 PM, Rahul Somasunderam wrote:
> https://gist.github.com/rahulsom/5125421
&
https://gist.github.com/rahulsom/5125421
These are my script and my template. If I get this going, my plan is to
turn images into attachments so we don't have to deal with the nag message
about external images.
Rahul Somasunderam
+1 510 270 2883
On Mon, Mar 18, 2013 at 9:45 PM,
gmail will render
emails correctly. The other option is to author the template with inline
styles, but that goes against DRY.
R,
rahul
Rahul Somasunderam
+1 510 270 2883
On Mon, Mar 18, 2013 at 9:21 PM, Slide wrote:
> External libraries are not currently supported, I don't think it
>
Hi,
I'm trying to write a groovy script to modify the message being sent out by
the email-ext plugin.
I tried using Grab but that gave me this:
Executing pre-send script
java.lang.NoClassDefFoundError: org/apache/ivy/core/report/ResolveReport
at java.lang.Class.getDeclaredMethods0(Nativ