Hi Good Morning, We have been trying to configure Jenkins CI to install to Jboss EAP 6.2 (based on AS 7.2.x) server. Following are our configurations
a) Jenkins version -- 1.573 b) Jboss version - EAP 6.2 GA c) Maven version - 3.0.5 d) JDK - 1.7.0_65 We tried with Deploy Plugin 1.10 which stated had support for JBoss 6.x and 7.x but it failed and we followed the thread in this group https://groups.google.com/forum/#!topic/jenkinsci-users/9Ghwuwdebxw as instructed in the above url we followed the steps and we cloned deploy plugin from url https://github.com/xhaggi/deploy-plugin and tired to run Jenkins CI and we got the below error. FATAL: class hudson.plugins.deploy.DeployPublisher is missing its descriptorjava.lang.AssertionError <http://stacktrace.jenkins-ci.org/search?query=java.lang.AssertionError>: class hudson.plugins.deploy.DeployPublisher is missing its descriptor at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1165) <http://stacktrace.jenkins-ci.org/search/?query=jenkins.model.Jenkins.getDescriptorOrDie&entity=method> at hudson.tasks.Publisher.getDescriptor(Publisher.java:122) <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.Publisher.getDescriptor&entity=method> at hudson.tasks.Notifier.getDescriptor(Notifier.java:51) <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.Notifier.getDescriptor&entity=method> at hudson.tasks.Notifier.getDescriptor(Notifier.java:47) <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.Notifier.getDescriptor&entity=method> at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41) <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$3.perform&entity=method> at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:772) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.perform&entity=method> at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:736) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps&entity=method> at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1040) <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2&entity=method> at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:685) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.post&entity=method> at hudson.model.Run.execute(Run.java:1757) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.run&entity=method> at hudson.model.ResourceController.execute(ResourceController.java:88) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> at hudson.model.Executor.run(Executor.java:234) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> can anyone help here. regards, Elango -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/d/optout.
