The view for your build step is rendered in an ajax call as you select the build step. So open up the network monitor in chrome devtools or firebug as you select your build step and look at the response header and body for the /render request. For me at one time it was a NullPointerException in the view code that didn't show anywhere else and that made the view not show.
/B -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Berg Björn Sent: den 3 mars 2014 20:58 To: [email protected] Subject: Problem with stapler and config.jelly Hi @ll, I have a problem with my plugin wix-plugin for Jenkins and I hope someone on the list can give me a hint: After I have refactored the plugin by moving all directories one level upwards, the plugin behaves strange. It builds smooth and all tests on a Windows machine run fine. The directories inside the maven project does not have changed, so the package structure is still unchanged. But when I start or debug the plugin, I can configure a Job, and choose a build step. While choosing the build step "Wix Toolset" no form (config.jelly) is shown and I cannot see any error message inside the log or the console. On the configuration screen of Jenkins (global.jelly) all forms are shown correctly. I am building against Jenkins 1.466. Has anybody encountered such a problem? How can I see whats happening inside? Kind regards, Björn -- 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. -- 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.
