[JIRA] (JENKINS-37222) Fatal error using the build-name-setter plugin

2016-08-08 Thread jeffrey.tress...@ca.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Tresselt commented on  JENKINS-37222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fatal error using the build-name-setter plugin   
 

  
 
 
 
 

 
 Ah, thanks for figuring that out for me. I will downgrade the plugin and retry.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37222) Fatal error using the build-name-setter plugin

2016-08-07 Thread slide.o....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Earl commented on  JENKINS-37222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fatal error using the build-name-setter plugin   
 

  
 
 
 
 

 
 Looks like you are using the beta version of token macro, try downgrading.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37222) Fatal error using the build-name-setter plugin

2016-08-07 Thread pa...@batanov.me (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pavel Batanov commented on  JENKINS-37222  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fatal error using the build-name-setter plugin   
 

  
 
 
 
 

 
 Looks like Token Macro Expansion plugin problem. StashNotifier Plugin suffers the exact problem with expanding macros besides the jenkins variables  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37222) Fatal error using the build-name-setter plugin

2016-08-05 Thread jeffrey.tress...@ca.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Tresselt created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37222  
 
 
  Fatal error using the build-name-setter plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Lev Mishin  
 
 
Components: 
 build-name-setter-plugin  
 
 
Created: 
 2016/Aug/05 4:54 PM  
 
 
Environment: 
 Jenkins 2.16  build-name-setter plugin v1.6.5  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jeff Tresselt  
 

  
 
 
 
 

 
 I'm trying to use the build name setter plugin, but getting a fatal error that is preventing my job from running: 11:40:06 Set build name. 11:40:06 FATAL: org/parboiled/transform/ClassNodeInitializer 11:40:06 java.lang.IncompatibleClassChangeError: org/parboiled/transform/ClassNodeInitializer 11:40:06 at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:44) 11:40:06 at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38) 11:40:06 at org.parboiled.Parboiled.createParser(Parboiled.java:54) 11:40:06 at org.jenkinsci.plugins.tokenmacro.Parser.process(Parser.java:63) 11:40:06 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:194) 11:40:06 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:223) 11:40:06 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:206) 11:40:06 at org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:198) 11:40:06 at org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.setDisplayName(BuildNameSetter.java:74) 11:40:06 at org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.setUp(BuildNameSetter.java:57) 11:40:06 at hudson.model.Build$BuildExecution.doRun(Build.java:156) 11:40:06 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) 11:40:06 at hudson.model.Run.execute(Run.java:1720) 11:40:06 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 11:40:06 at