Re: Portable Maven launch

2021-01-24 Thread Jochen Wiedmann
Thanks, sounds like what I was looking for. But then: Any ideas, what's wrong in my script? pipeline { agent any tools { maven 'Maven3' jdk 'Java8' } stages { stage ('afw-core') { steps { withMaven( // Ma

Re: Portable Maven launch

2021-01-24 Thread geoffroy...@gmail.com
Hello you probably want to use https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#isunix-checks-if-running-on-a-unix-like-node On Saturday, 23 January 2021 at 21:19:43 UTC+1 jochen@gmail.com wrote: > > Hi, > > I've got a pipeline file, that should be executable on a Windows bui

Re: Abridged summary of jenkinsci-users@googlegroups.com - 1 update in 1 topic

2021-01-24 Thread Geoffroy J
Hello you probably want to use https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#isunix-checks-if-running-on-a-unix-like-node On Sun, 24 Jan 2021 at 16:51, wrote: > jenkinsci-users@googlegroups.com >