I'm trying to use deploy a locally built radiatorview plugin to a Jenkins 
instance running with 'java -jar jenkins.war'.

The deployment works fine. I check and can see that the plugin is 
installed, but when I go to create new radiator views the option is not 
available. When I install the plugin from the version hosted online, I have 
the option of creating radiator views. Also, when I run 'mvn hpi:run' I am 
able to create radiator views.

I've compared the different exploded plugins (i.e. the online version and 
one one built locally) and have seen that they are different. For example, 
the local version is missing some files (e.g. an inner class) and the 
RadiatorView.stapler file contents are different

local version has

constructor=name

and hosted version has

constructor=name,showStable,showStableDetail,highVis,groupByPrefix

Can anyone explain what might be causing this build problem?

Thanks,
David

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to