Last active
June 21, 2018 14:28
-
-
Save boxrick/d406deae134db010bcfc69451ce4a917 to your computer and use it in GitHub Desktop.
Build monitor 'view'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo view.xml | java -jar /opt/jenkins-cli.jar -s http://127.0.0.1:8080 create-view mist_jobs_view --username admin --password PASSWORD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: Unexpected exception occurred while performing create-view command. | |
java.lang.ArrayIndexOutOfBoundsException: -1 | |
at com.thoughtworks.xstream.core.util.FastStack.pop(FastStack.java:42) | |
at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:125) | |
at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) | |
at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:63) | |
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54) | |
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65) | |
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1053) | |
at hudson.model.View.createViewFromXML(View.java:1375) | |
at hudson.cli.CreateViewCommand.run(CreateViewCommand.java:58) | |
at hudson.cli.CLICommand.main(CLICommand.java:280) | |
at hudson.cli.CLIAction$PlainCliEndpointResponse$1.run(CLIAction.java:221) | |
at jenkins.util.FullDuplexHttpService.download(FullDuplexHttpService.java:115) | |
at jenkins.util.FullDuplexHttpService$Response.generateResponse(FullDuplexHttpService.java:175) | |
at org.kohsuke.stapler.HttpResponseRenderer$Default.handleHttpResponse(HttpResponseRenderer.java:124) | |
at org.kohsuke.stapler.HttpResponseRenderer$Default.generateResponse(HttpResponseRenderer.java:69) | |
at org.kohsuke.stapler.Function.renderResponse(Function.java:136) | |
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:676) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) | |
at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:374) | |
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) | |
at org.kohsuke.stapler.Stapler.service(Stapler.java:238) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:154) | |
at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:225) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) | |
at io.jenkins.blueocean.ResourceCacheControl.doFilter(ResourceCacheControl.java:134) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) | |
at io.jenkins.blueocean.auth.jwt.impl.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:61) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) | |
at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) | |
at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:151) | |
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:157) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:64) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) | |
at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:135) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) | |
at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) | |
at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:90) | |
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.Server.handle(Server.java:531) | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352) | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) | |
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281) | |
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) | |
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) | |
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) | |
at winstone.BoundedExecutorService.lambda$scheduleNext$0(BoundedExecutorService.java:80) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.1" encoding="UTF-8"?> | |
<com.smartcodeltd.jenkinsci.plugins.buildmonitor.BuildMonitorView plugin="build-monitor-plugin"> | |
<name>mist_jobs_view</name> | |
<filterExecutors>false</filterExecutors> | |
<filterQueue>false</filterQueue> | |
<properties class="hudson.model.View$PropertyList"/> | |
<jobNames> | |
<comparator class="hudson.util.CaseInsensitiveComparator"/> | |
</jobNames> | |
<jobFilters> | |
<hudson.views.RegExJobFilter plugin="view-job-filters"> | |
<includeExcludeTypeString>includeMatched</includeExcludeTypeString> | |
<valueTypeString>NAME</valueTypeString> | |
<regex>.*mist_.*</regex> | |
</hudson.views.RegExJobFilter> | |
</jobFilters> | |
<columns/> | |
<recurse>true</recurse> | |
<title>mist_jobs_view</title> | |
<config> | |
<displayCommitters>false</displayCommitters> | |
<buildFailureAnalyzerDisplayedField>Name</buildFailureAnalyzerDisplayedField> | |
<order class="com.smartcodeltd.jenkinsci.plugins.buildmonitor.order.ByName"/> | |
</config> | |
</com.smartcodeltd.jenkinsci.plugins.buildmonitor.BuildMonitorView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment