Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Mario Jauvin
I did and it works. On Tuesday, June 9, 2020 at 2:40:44 PM UTC-4, slide wrote: > > You can set the classpath in the global configuration for email-ext. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Slide
You can set the classpath in the global configuration for email-ext. On Tue, Jun 9, 2020 at 10:56 AM Mario Jauvin wrote: > What is the classpath setup at that moment? What do I have access to? > > On Tuesday, June 9, 2020 at 1:34:54 PM UTC-4, slide wrote: >> >> No, this scenario is not

Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Mario Jauvin
What is the classpath setup at that moment? What do I have access to? On Tuesday, June 9, 2020 at 1:34:54 PM UTC-4, slide wrote: > > No, this scenario is not currently supported. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Slide
No, this scenario is not currently supported. On Tue, Jun 9, 2020 at 9:46 AM Mario Jauvin wrote: > I am trying to use groovy classes found in the pipeline shared library > (using @Library annotation on jenkinsfile) inside the presendScript string > supplied to the emailext pipeline step. These

Question on email extension plugin in a pipeline step

2020-06-09 Thread Mario Jauvin
I am trying to use groovy classes found in the pipeline shared library (using @Library annotation on jenkinsfile) inside the presendScript string supplied to the emailext pipeline step. These classes come from the src folder of the shared library (not the vars folder). I get