On 23.03.2016, at 14:31, Guido Zockoll <[email protected]> wrote: > In Jenkins 2 i cannot find an option to inject those files into the > Jenkinsfile based Pipeline. I only found an example with references > ~/.m2/settings.xml in the script, but how can i reference a provided settings > file?
Config File Provider 2.9.2+ has support for Pipeline as a 'General Build Wrapper' (i.e. no special DSL, just generic support). Look for 'wrap' in the Snippet Generator and it'll help you build the DSL snippet to use it. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/44FF3D08-C883-4123-BE76-B3E5409F8AF1%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
