Damien Duportal

Results 547 comments of Damien Duportal

Hello @pascal-eberhard , thanks for reporting. The answer to your first question is because it's a Windows's environment variable: . Powershell effectively allows a Unix shell's variable interpolation syntax with...

Yes, you totally understand the "why" of this example: the previous example shows an `sh` extrapolation with the case of a Unix environment variable with a `$` in the value,...

Oh good point, my initial reading was too quick. WDYT starting by fixing the code snippet with something like this? ```groovy pipeline { agent any environment { EXAMPLE_KEY = credentials('example-credentials-id')...

Thanks for opening this issue ! The « args » are provided to the « docker run » command that starts the container in which the steps are run. But...

Fair. Are you willing to provide an updated example for the « docker {} » agent case? You can do it directly from your webbrowser by scrolling down on the...

> sorry, I am a new user, so can do wrong things. Just point places which I did not understand No problem, and many thanks for pointing it! I'm proposing...

> A `hostPath` volume mounts a file or directory from the host node's file system into your pod. So should I just replace `emptyDir: { }` with `hostPath: {}`? Also,...

Closing as not an actual topic: - https://www.jenkins.io/doc/book/pipeline/syntax/#options lists declarative possible options (at least the "common" one as some could be provided by some plugins) - The [snippet generaotr](https://www.jenkins.io/doc/book/pipeline/getting-started/#snippet-generator) provides...

> Issue transfered in doc repository and reopened. What is the reason to reopen it? Is there something missing in the actual doc?

That feature will be easy to handle once #465 is done. The idea will be to only clones the SCMs when needed (instead of "always at the beginning").