Does the first job trigger the second job? If so, pass the build number
from the first to the second as a parameter and then it will be available
as $YOUR_PARAMETER.
On Apr 18, 2014 5:51 PM, "mpc8250" wrote:
> Hi All
>
> In Editable Email Notification plugin, it allows for $BUILD_NUMBER of the
>
Can you try using a groovy template instead of just trying to generate the
HTML yourself? I'm not sure why the text is being encoded like you mention.
I can try and recreate if you send the file you are using and the template.
On Apr 18, 2014 5:48 PM, "stephanl" wrote:
> So then, do you know if t
Hi All
In Editable Email Notification plugin, it allows for $BUILD_NUMBER of the
job to be printed.
We have 2 jobs that are chained together. We like to use the first job's
build number in the 2nd job.
How can we cause Editable Email Notification plugin to use our
parameterized BUILD_NUMBER fro
So then, do you know if there is a way to send a base64 as-is in an email?
E.g. without being html-escaped implicitly? Looks like some macro tokens
support this, through the escapeHtml attribute. I did not see anything in
the ext-email code base suggesting there is a global option/switch, or
On Fri, Apr 18, 2014 at 2:57 PM, Lily Fu wrote:
> Hi,
>
>
>
> I have a Jenkins server running on Redhat Linux server.
>
> Wants to trigger a PowerShell script on a remote window’s server.
>
>
>
> Can this be done?
>
>
>
> Did some research,
>
> 1. Install PowerShellWebAccess on the windows’
There is no capability to add a different content type.
On Fri, Apr 18, 2014 at 1:16 PM, stephanl wrote:
> HTML (text/html). For grins, I tried Plain Text (text/plain), in which
> case the base64 string was included un-escaped, but (of course) not
> recognized/rendered as image when the contai
HTML (text/html). For grins, I tried Plain Text (text/plain), in which
case the base64 string was included un-escaped, but (of course) not
recognized/rendered as image when the containing email was viewed. In the
configuration section of the ext-email plugin these are the only two
options (te
What is your content type set to in the settings?
On Fri, Apr 18, 2014 at 12:52 PM, stephanl wrote:
> Not using templates. Tried using
>
>
> width="900" height="550"/>
>
> in the 'Default Content' section/field of the ext-email plugin. Also
> tried using
>
> def reportPath = build.getWorkspa
Hi,
I have a Jenkins server running on Redhat Linux server.
Wants to trigger a PowerShell script on a remote window’s server.
Can this be done?
Did some research,
1. Install PowerShellWebAccess on the windows’ server, a client (such as
web brower) can have a PowerShell console
But, I do
Not using templates. Tried using
in the 'Default Content' section/field of the ext-email plugin. Also tried
using
def reportPath = build.getWorkspace().child("my-base64-encoded-png.b64")
msg.setContent("", "text/html");
as pre-send script (also in the ext-email plugin, Advanced section)
Are you using a groovy or jelly template, or generating the HTML yourself?
On Fri, Apr 18, 2014 at 10:20 AM, stephanl wrote:
> Howdy,
>
> I am trying to embed a base64 img src in the body/content of an ext-email
> notification, like so:
>
>
>
> The email I receive has all '+' characters in the
Howdy,
I am trying to embed a base64 img src in the body/content of an ext-email
notification, like so:
The email I receive has all '+' characters in the included base64 string
escaped as +. I tried to set the email content in a pre-send groovy
script, like so:
def reportPath = build.getWo
Hi,
We updated to the latest build flow without workspaces and all of the
change reporting seems to have broken. In addition builds are no longer
finding the latest git commit on branches. This is quite a setback for us.
What was the rational for those changes and is there an alternative
mec
(Re-sending to the list -- sorry Robert!)
On 17.04.2014, at 22:50, Robert Mackin wrote:
> Does that mean this feature doesn't really exist?
No, it just means you didn't see the 'Advanced' button a few options down.
> Repository URL
> Credentials
> Local module directory
> Repository depth
> I
Running Jenkins under Resin (4.0.39 Pro) works fine in the sense that the
builds and web UI are ok, I just can't get rid of these errors in the log:
Anyone spot what's wrong please? Thanks.
[14-04-18 12:20:17.369] {Handling GET /jenkins/ : resin-port-8080-45}
Caught exception evaluating: h.adver
15 matches
Mail list logo