The whole build agent root directory is managed as a docker volume, and
retrieved from previous build, so you can easily benefit such caching if
you configure maven to use adequate path for local repository (which should
be the case by default, as /home/jenkins is slave root).
We also considere
Hi Rachel,
Thanks a lot. It finally works with Executing shell script option.
Regards
Uma
On Sat, Oct 15, 2016 at 3:36 PM, Rachel
wrote:
> Hi Uma,
>
> Congrats! Jenkins executed scons command! But you might choose only an
> option between these ones:
>
>- *Use Scons Plugin* configuring opt
On Sunday, October 16, 2016 at 7:17:46 AM UTC+1, Baptiste Mathus wrote:
>
> IIRC look in the pipeline-utility-steps plugin.
>
> Cheers
>
>>
>>
That's the FindFiles I already tried, which seems to find files, but not
folders.
--
You received this message because you are subscribed to the Googl
On Saturday, October 15, 2016 at 5:55:53 PM UTC+1, Rachel wrote:
>
> Hi Jonathan,
>
> I think that utility is not available. Alternatively, it's possible to use
> find command (if Linux):
>
> node {
>stage 'Create folders in workspace for showing'
>sh '''#!/bin/bash +x
> mkdir -
Hi Jonathan,
Sorry. Firstly, I'll tried to write Groovy code for cross platform
solution, but it seems there is a problem with Closure
(https://issues.jenkins-ci.org/browse/JENKINS-26481) and methods like
eachDirRecurse, eachFileMatch, ... don't work (they only iterate one time).
Best regards,
works.
How to file an RFE?
best,
Roman
Am Freitag, 14. Oktober 2016 07:59:54 UTC+2 schrieb Daniel Beck:
>
>
> > On 13.10.2016, at 13:18, roman...@fluidtime.com wrote:
> >
> > Is there any possibility to keep a build forever programmatically after
> submitting an input approval step?
>
> cur