Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Daniel Beck
> On 16.02.2017, at 20:56, Pino Alu wrote: > > Using Jenkins core v 1.625.3 Jenkins 2.16 and up tell you when your plugin configuration is invalid and refuse to load plugins with unsatisfied dependencies. I recommend you upgrade to a recent release. Also, please ask

Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Pino Alu
ror>: org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(Lhudson/model/Run;Lhudson/FilePath;Lhudson/model/TaskListener;Ljava/lang/String;ZLjava/util/List;)Ljava/lang/String; On Thursday, February 16, 2017 at 9:44:08 AM UTC-6, Pino Alu wrote: I am trying to locate which version of Email-ext goes with token-macro > plugin? Currentl

Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Pino Alu
ins core v 1.625.3 >> >> >> On Thursday, February 16, 2017 at 9:44:08 AM UTC-6, Pino Alu wrote: >>> >>> I am trying to locate which version of Email-ext goes with token-macro >>> plugin? Currently we have *Email-Ext v2.55* installed and *token-macro >&g

Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Slide
ran...@gmail.com> wrote: > Using Jenkins core v 1.625.3 > > > On Thursday, February 16, 2017 at 9:44:08 AM UTC-6, Pino Alu wrote: > > I am trying to locate which version of Email-ext goes with token-macro > plugin? Currently we have *Email-Ext v2.55* installed and *token-macro > v1

Re: Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Pino Alu
Using Jenkins core v 1.625.3 On Thursday, February 16, 2017 at 9:44:08 AM UTC-6, Pino Alu wrote: > > I am trying to locate which version of Email-ext goes with token-macro > plugin? Currently we have *Email-Ext v2.55* installed and *token-macro > v1.12.1* installed and Email-ext is

Email-ext plugin conflicting with token-macro plugin

2017-02-16 Thread Pino Alu
I am trying to locate which version of Email-ext goes with token-macro plugin? Currently we have *Email-Ext v2.55* installed and *token-macro v1.12.1* installed and Email-ext is not sending email but the Jenkins mail plugin is configured and works. We receive this error and I feel

Token Macro plugin

2015-03-26 Thread Slide
I've done some work to move the Token Macro plugin to use Run instead of AbstractBuild for the workflow plugin stuff. Please take a look and comment on https://github.com/jenkinsci/token-macro-plugin/pull/16 -- You received this message because you are subscribed to the Google Groups Jenkins

Key token-macro-plugin tests fail locally

2013-01-08 Thread David Resnick
I'm trying to build token-macro-plugin locally, but I'm getting the below failures. When running in Eclipse, I see that breakpoints in the classes that implement the macros (e.g. EnvironmentVariableMacro) are not shown as active (i.e. no checkmarks on them when I'm stopped at other