[no subject]

2020-07-15 Thread Nigel Robbins
-- 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

Display contents of a text file in the job main page

2015-11-06 Thread Nigel Robbins
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

Security in Copy Artifact Plugin

2015-01-15 Thread Nigel Robbins
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

Re: Job DSL plugin error with customWorkspace

2014-11-10 Thread Nigel Robbins
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

Job DSL plugin error with customWorkspace

2014-11-04 Thread Nigel Robbins
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