[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-02-01 Thread ace_11...@yahoo.com (JIRA)














































Adrian Vlad
 commented on  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499















I get the same warnings and the build pipeline does not work, but not because of the build pipeline plugin.

I have 1.500 Jenkins version and the latest build pipeline plugin. In the past, it worked ok. But after I updated the Env-inject plugin from 1.72 to 1.81, this stacktrace warning and build pipeline failure appeared.

In my opinion, this bug is caused by env-inject plugin (I don't know exactly what version between 1.72 and 1.81 introduced it) because the build pipeline was released with this version long before the env-inject increased its version.

Downgrading the build pipeline plugin only hides the issue and not solves it. I tried this, but the pipeline view was some kind messed up (it didn't displayed the pipeline parameters).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-02-01 Thread lpu...@sproutloud.com (JIRA)














































Laurentius Purba
 commented on  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499















I don't have Env-inject plugin, but it's still giving me the same result.

Installed plugin:

+ Static Analysis Utilities: 1.48
+ Build Pipeline Plugin: 1.3.3
+ Checkstyle Plug-in: 3.32
+ Jenkins Clover PHP plugin:0.3.2
+ Jenkins CVS Plug-in: 2.7
+ Dashboard View: 2.4
+ Duplicate Code Scanner Plug-in: 2.33
+ Email-ext plugin: 2.14.1
+ Hudson GIT plugin: 2.1.1_1
+ Hudson global-build-stats plugin: 1.3
+ HTML Publisher plugin: 1.2
+ Jenkins instant-messaging plugin: 1.25
+ Jenkins Jabber notifier plugin: 1.25
+ javadoc: 1.0
+ Jenkins JDepend Plugin: 1.2.3
+ Hudson :: Maven (legacy) :: Plugin: 2.1.2
+ Hudson :: Maven 3 :: Plugin: 2.1.2
+ Hudson :: Maven 3 :: SNAPSHOT Monitor: 2.1.2
+ Plot plugin: 1.6-SNAPSHOT (private-03/08/2012 14:12-winstonp)
+ PMD Plug-in: 3.33
+ Hudson Post build task: 1.8
+ Publish Over SSH: 1.9
+ Radiator View Plugin: 1.13
+ Hudson Redmine plugin: 0.11
+ Hudson :: REST :: Plugin: 2.1.2
+ Jenkins SSH plugin: 2.3
+ Hudson SSH Slaves plugin: 2.1.1
+ Hudson Subversion Plug-in: 2.1.1
+ Jenkins Violations plugin: 0.7.11
+ xUnit plugin: 1.52



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-01-29 Thread rino.kad...@qiy.nl (JIRA)














































Rino
 updated  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499
















Change By:


Rino
(29/Jan/13 9:17 AM)




Priority:


Major
Critical



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-01-29 Thread rino.kad...@qiy.nl (JIRA)














































Rino
 updated  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499
















Change By:


Rino
(29/Jan/13 9:17 AM)




Environment:


OS:FreeBSD7.2Jenkins:1.499
,1.500



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.




[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-01-29 Thread rino.kad...@qiy.nl (JIRA)














































Rino
 commented on  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499















Log shows the following warning:

Jan 28, 2013 11:30:16 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: from.getBuildPipelineForm() in /jenkins/view/Pipeline_Core/. Reason: java.lang.IllegalArgumentException: Map must not be null
java.lang.IllegalArgumentException: Map must not be null
at org.apache.commons.collections.map.AbstractMapDecorator.init(AbstractMapDecorator.java:63)
at org.apache.commons.collections.map.UnmodifiableMap.init(UnmodifiableMap.java:73)
at org.apache.commons.collections.map.UnmodifiableMap.decorate(UnmodifiableMap.java:62)
at org.jenkinsci.lib.envinject.EnvInjectAction.getEnvMap(EnvInjectAction.java:41)
at org.jenkinsci.plugins.envinject.EnvInjectBuildVariableContributor.buildVariablesFor(EnvInjectBuildVariableContributor.java:30)
at hudson.model.AbstractBuild.getBuildVariables(AbstractBuild.java:1049)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:90)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.getBuildPipelineForm(BuildPipelineView.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:258)
at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104)
at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81)
at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81)
at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:98)
at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:119)
at 

[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-01-29 Thread rino.kad...@qiy.nl (JIRA)












































 
Rino
 edited a comment on  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499
















In our case the pipeline view was empty.
Log shows the following warning:

Jan 28, 2013 11:30:16 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: from.getBuildPipelineForm() in /jenkins/view/Pipeline_Core/. Reason: java.lang.IllegalArgumentException: Map must not be null
java.lang.IllegalArgumentException: Map must not be null
at org.apache.commons.collections.map.AbstractMapDecorator.init(AbstractMapDecorator.java:63)
at org.apache.commons.collections.map.UnmodifiableMap.init(UnmodifiableMap.java:73)
at org.apache.commons.collections.map.UnmodifiableMap.decorate(UnmodifiableMap.java:62)
at org.jenkinsci.lib.envinject.EnvInjectAction.getEnvMap(EnvInjectAction.java:41)
at org.jenkinsci.plugins.envinject.EnvInjectBuildVariableContributor.buildVariablesFor(EnvInjectBuildVariableContributor.java:30)
at hudson.model.AbstractBuild.getBuildVariables(AbstractBuild.java:1049)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:90)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.init(ProjectForm.java:84)
at au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView.getBuildPipelineForm(BuildPipelineView.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:258)
at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:104)
at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81)
at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:81)
at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:98)
at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:119)
at 

[JIRA] (JENKINS-16473) Build Pipeline View stops working after upgrading to Jenkins 1.499

2013-01-24 Thread lpu...@sproutloud.com (JIRA)














































Laurentius Purba
 created  JENKINS-16473


Build Pipeline View stops working after upgrading to Jenkins 1.499















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


build-pipeline



Created:


24/Jan/13 9:31 PM



Description:


After upgrading to Jenkins 1.499, and upgrading Build Pipeline plugin from version 1.2.3 to 1.3.3,  build-pipeline-plugin stops working.

Downgrading to version 1.2.3 fixed the issue.




Environment:


OS: FreeBSD 7.2

Jenkins: 1.499




Project:


Jenkins



Priority:


Major



Reporter:


Laurentius Purba

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira