--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.c
Hi,
In the job main page, I want to display the text in a file that has been
generated in the build.
The "Rich Text Publisher Plugin" allows me to do this but I have to refresh
the page to get the latest file contents after the build has finished.
Is there a way to automatically display the data
Hi,
Does anyone know the underlying tool/protocol (e.g. sftp) that is used to
copy artifacts between jobs/nodes ?
Thanks,
Nigel
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, s
Hi,
Issue resolved after upgrading to version 1.26 of the Job DSL plugin.
Thanks Gareth !
Nigel
On Tuesday, November 4, 2014 9:49:28 AM UTC, Nigel Robbins wrote:
>
> Hi,
>
>
> I have the following in the "DSL Script" section:
>
> job {
> name "tes
Hi,
I have the following in the "DSL Script" section:
job {
name "test"
customWorkspace("C:\\Jenkins\\w1")
}
I get an error when trying to build (please see below).
Any idea what I'm doing wrong ?
I'm using Jenkins version 1.565.3 and version 1.14 of the Job DSL plugin.
Thank