Issues with Summary Display Plugin

2020-03-03 Thread Hemendra Rawat
Hi All,

I'm using Jenkins to run some benchmarks and would like to use summary 
display plugin to publish performance numbers on the build page. 

This is how I'm using the plugin in the job

[image: image.png]
Attached is the sample xml file. After the build is done the file is 
created at
\BenchmarkRunnerSuite\logs\

I'm archiving it and then providing the relative path. After the build is 
done I don't get any errors but also no output is shown on the result page.

[image: image.png]
Can anyone help with properly setting up the Summary Display plugin. Also, 
it will be really helpful if anyone can share an XML template example for 
summary plugin.

Regards,
Hemendra

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/36ae306c-1d58-4e5a-b736-76dcab069c17%40googlegroups.com.


sample_result.xml
Description: XML document


Missing Merge Commit From GitHub In ChangeSet

2020-03-03 Thread Mark Bretl
Environment:
Jenkins 2.204.2
github-branch-source 2.6.0
bitbucket-branch-source 2.7.0
git 4.2.0
atlassian-jira-software-cloud 1.0.4

Hello,

I am using Jenkins pipelines and trying to get all commits (and their 
messages) in a particular build to link to JIRA. I noticed notifications 
were missing in Jira when the reference to the ticket was in a merge commit 
in GitHub. This got me to see why the integration was failing. When looking 
at the ChangeSet log from the currentBuild, if the commit is a merge, then 
it does not show in the ChangeSets (hudson.plugins.git.GitChangeSet) item 
list. I searched the Jenkins JIRA server and found the following ticket, 
https://issues.jenkins-ci.org/browse/JENKINS-49703.

I do also have an on-premise Bitbucket Server 6.9.1 and was able to verify 
merge commits were being added to the ChangeSet when using the 
bitbucket-branch-source plugin, so this feels like a limitation on the 
GitHub side. If merge commits from GitHub repositories are not able to be 
in ChangeSet logs, I am not able to have developers use the 'squash and 
merge' functionality for a PR.

Has anyone else run into this? Maybe there is a setting I have missed...

Any help is appreciated.

Thanks,

--Mark


-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0d727ec3-0d66-47ef-b17b-cabad75c4c7b%40googlegroups.com.


Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-03-03 Thread judaondo
Which plugins are those? 

Multibranch is this one: https://plugins.jenkins.io/workflow-multibranch/

and multipipeline plugin?

Thank you.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a9093224-bcf5-4f69-acfa-da2495b69121%40googlegroups.com.


Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-03-03 Thread vince bailey
Have you installed the multibranch and multipipeline plugins that will help.

The other thing is were you want to set the git repo information in jenkins 
cred’s jenkins golbal or in the jenkinsfile
don’t mix and match

-- 
Regards,

Vince Bailey

Live long and prosper !!!



> On 3 Mar 2020, at 16:05, judaondo  wrote:
> 
> Yes, finally I used "String parameter" but that was, what I was trying to 
> avoid... I wanted to help anyone selecting their branch and not typing it.
> 
> Thank you for your support :)
> 
> -- 
> 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 jenkinsci-users+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/5aad998d-c8d8-455e-9a30-a82e8f7cbbbd%40googlegroups.com
>  
> .

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/AC12B1AD-A644-41DA-BCE5-F1F6CE7CF07B%40dns-direct.com.


Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-03-03 Thread judaondo
Yes, finally I used "String parameter" but that was, what I was trying to 
avoid... I wanted to help anyone selecting their branch and not typing it.

Thank you for your support :)

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5aad998d-c8d8-455e-9a30-a82e8f7cbbbd%40googlegroups.com.


Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-03-03 Thread Mark Waite
If you need to clone two repositories and can't get the branch names from a
git parameter, you could use a string parameter and list the choice of
branches yourself.  Or, you could experiment with the git parameter plugin
to see if you can find a way to resolve the issue that you're seeing.

On Tue, Mar 3, 2020 at 8:41 AM judaondo  wrote:

> Hello Mark,
>
> I need to clone 2 repositories, so I can´t place the Jenkinsfile in one
> repository or another.
>
> I need to place the code directly in the Jenkinsfile inside the job.
>
> The thing is that branches are not loaded in the git paramater.
>
> Is there any workaround to fix this?
>
> Thank you.
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/649378a4-fc37-4d17-ab7a-5916996a629f%40googlegroups.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEktGjrDxph6b_DgNb4Ft%3D2hdqiwiV31WabpGBK8nMx%3DA%40mail.gmail.com.


Re: SharedLibrary doesn´t allow git parameter to fetch all branches

2020-03-03 Thread judaondo
Hello Mark,

I need to clone 2 repositories, so I can´t place the Jenkinsfile in one 
repository or another.

I need to place the code directly in the Jenkinsfile inside the job. 

The thing is that branches are not loaded in the git paramater.

Is there any workaround to fix this?

Thank you.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/649378a4-fc37-4d17-ab7a-5916996a629f%40googlegroups.com.


Re: Jenkins 2.204.3 -> java.lang.IllegalStateException: Form is larger than max length 200000

2020-03-03 Thread Martin Jost
Opened https://issues.jenkins-ci.org/browse/JENKINS-61307 for it. Voted on 
https://jenkins.io/changelog-stable/ accordingly.

Am Dienstag, 3. März 2020 12:45:42 UTC+1 schrieb Martin Jost:
>
> Hello Ulli,
>
> the issue mentioned is not mine.
> I'll open a JIRA, mark the current LTS as broken for us and point to it.
> (More) Details in the JIRA.
>
> Martin
>
> Am Dienstag, 3. März 2020 11:20:14 UTC+1 schrieb Ullrich Hafner:
>>
>> 2.204.4 is on its way, see 
>> https://groups.google.com/d/msg/jenkinsci-dev/M_RtDuDXtbU/AZTw8LtvHAAJ
>>
>>
>> Am 03.03.2020 um 11:10 schrieb Martin Jost :
>>
>> Hello,
>>
>> I'm getting - on trying to [Save] a change to a view configuration:
>>
>> java.lang.IllegalStateException: Form is larger than max length 20
>>  at 
>> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562)
>>  at 
>> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519)
>>  at org.eclipse.jetty.server.Request.getParameters(Request.java:430)
>> Caused: org.eclipse.jetty.http.BadMessageException: 400: Unable to parse 
>> form content
>>  at org.eclipse.jetty.server.Request.getParameters(Request.java:434)
>>  at org.eclipse.jetty.server.Request.getParameter(Request.java:1059)
>>  at 
>> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>>  at 
>> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>>  at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174)
>>  at 
>> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002)
>>  at 
>> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153)
>>  at hudson.model.View.doConfigSubmit(View.java:1004)
>>  at 
>> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
>>  at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
>>  at 
>> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)
>>  at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)
>>  at 
>> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>>  at 
>> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>>  at 
>> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>>  at 
>> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
>>  at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535)
>>  at 
>> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
>>  at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
>> [Full stack trace below]
>>
>> This seems to happen, since the update to 2.204.3.
>>
>> IIRC we've had that at some time in the past, where there was a WA by 
>> handing some option to Jenkins start to increase the size.
>> Does someone have me a pointer to that ?
>> I'll open a bug report on that one.
>>
>> Thanks
>>
>> Martin
>>
>> Full stack trace:
>>
>> Stack tracejava.lang.IllegalStateException: Form is larger than max 
>> length 20 at 
>> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562) at 
>> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519) 
>> at org.eclipse.jetty.server.Request.getParameters(Request.java:430) Caused: 
>> org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
>> content at org.eclipse.jetty.server.Request.getParameters(Request.java:434) 
>> at org.eclipse.jetty.server.Request.getParameter(Request.java:1059) at 
>> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>>  
>> at 
>> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>>  
>> at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174) at 
>> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002) at 
>> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153) 
>> at hudson.model.View.doConfigSubmit(View.java:1004) at 
>> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at 
>> org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) at 
>> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408) at 
>> org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212) at 
>> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>>  
>> at 
>> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>>  
>> at 
>> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>>  
>> at 
>> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
>>  
>> at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535) at 
>> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBa

Re: Jenkins 2.204.3 -> java.lang.IllegalStateException: Form is larger than max length 200000

2020-03-03 Thread Martin Jost
Hello Ulli,

the issue mentioned is not mine.
I'll open a JIRA, mark the current LTS as broken for us and point to it.
(More) Details in the JIRA.

Martin

Am Dienstag, 3. März 2020 11:20:14 UTC+1 schrieb Ullrich Hafner:
>
> 2.204.4 is on its way, see 
> https://groups.google.com/d/msg/jenkinsci-dev/M_RtDuDXtbU/AZTw8LtvHAAJ
>
>
> Am 03.03.2020 um 11:10 schrieb Martin Jost  >:
>
> Hello,
>
> I'm getting - on trying to [Save] a change to a view configuration:
>
> java.lang.IllegalStateException: Form is larger than max length 20
>   at 
> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562)
>   at 
> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519)
>   at org.eclipse.jetty.server.Request.getParameters(Request.java:430)
> Caused: org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
> content
>   at org.eclipse.jetty.server.Request.getParameters(Request.java:434)
>   at org.eclipse.jetty.server.Request.getParameter(Request.java:1059)
>   at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>   at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>   at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174)
>   at 
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002)
>   at 
> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153)
>   at hudson.model.View.doConfigSubmit(View.java:1004)
>   at 
> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
>   at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
>   at 
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)
>   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)
>   at 
> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>   at 
> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>   at 
> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>   at 
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
>   at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535)
>   at 
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
>   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
> [Full stack trace below]
>
> This seems to happen, since the update to 2.204.3.
>
> IIRC we've had that at some time in the past, where there was a WA by handing 
> some option to Jenkins start to increase the size.
> Does someone have me a pointer to that ?
> I'll open a bug report on that one.
>
> Thanks
>
> Martin
>
> Full stack trace:
>
> Stack tracejava.lang.IllegalStateException: Form is larger than max 
> length 20 at 
> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562) at 
> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519) 
> at org.eclipse.jetty.server.Request.getParameters(Request.java:430) Caused: 
> org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
> content at org.eclipse.jetty.server.Request.getParameters(Request.java:434) 
> at org.eclipse.jetty.server.Request.getParameter(Request.java:1059) at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>  
> at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>  
> at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174) at 
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002) at 
> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153) 
> at hudson.model.View.doConfigSubmit(View.java:1004) at 
> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at 
> org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) at 
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408) at 
> org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212) at 
> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>  
> at 
> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>  
> at 
> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>  
> at 
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145) 
> at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535) at 
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) Caused: 
> javax.servlet.ServletException at 
> org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:797) at 
> org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at 
> org.kohsuke.stapler.MetaClass

Re: Build agents usage statistics

2020-03-03 Thread Ewelina Wilkosz
which one do you exactly mean? 
I can't find "Monitor" plugin, I can see "Monitoring" but can't find the 
info I need there :) am I looking at the wrong one?

On Tuesday, February 25, 2020 at 8:21:59 PM UTC+1, Sat wrote:
>
> You can use monitor plug in, which provides most of the information, see 
> if it helps you. 
>
> On Tue, 25 Feb 2020, 11:59 Ewelina Wilkosz,  > wrote:
>
>> Hi!
>>
>> Did any of you have/know a nice way of getting the usage statistics for 
>> build agents? I'm looking e.g. for:
>> - how many jobs/pipelines were run per agent and per label
>> - for how long in last 24hrs agents (e.g. with given label) were 
>> unoccupied
>> - which jobs/pipeline were waiting in queue and for how long and for 
>> which agent (label)
>>
>> those are just some ideas about potential data that I may want to have 
>> for my master. there are some plugins that provide part of the solution, 
>> but support for pipeline is missing
>>
>> I am posting in here hoping some of you tried different things and are 
>> happy to share your findings/solution or is there a need to create a new 
>> plugin :)
>>
>> BR
>> Ewelina
>>
>> -- 
>> 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 jenkins...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/b8c3bb83-b660-400d-8b15-5bce9ea60415%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/42200e02-3c19-4180-aa36-0e27afe43dd5%40googlegroups.com.


Re: Jenkins 2.204.3 -> java.lang.IllegalStateException: Form is larger than max length 200000

2020-03-03 Thread Ullrich Hafner
2.204.4 is on its way, see 
https://groups.google.com/d/msg/jenkinsci-dev/M_RtDuDXtbU/AZTw8LtvHAAJ 



> Am 03.03.2020 um 11:10 schrieb Martin Jost :
> 
> Hello,
> 
> I'm getting - on trying to [Save] a change to a view configuration:
> java.lang.IllegalStateException: Form is larger than max length 20
>   at 
> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562)
>   at 
> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519)
>   at org.eclipse.jetty.server.Request.getParameters(Request.java:430)
> Caused: org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
> content
>   at org.eclipse.jetty.server.Request.getParameters(Request.java:434)
>   at org.eclipse.jetty.server.Request.getParameter(Request.java:1059)
>   at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>   at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>   at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174)
>   at 
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002)
>   at 
> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153)
>   at hudson.model.View.doConfigSubmit(View.java:1004)
>   at 
> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
>   at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
>   at 
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)
>   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)
>   at 
> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>   at 
> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>   at 
> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>   at 
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
>   at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535)
>   at 
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
>   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
> [Full stack trace below]
> 
> This seems to happen, since the update to 2.204.3.
> 
> IIRC we've had that at some time in the past, where there was a WA by handing 
> some option to Jenkins start to increase the size.
> Does someone have me a pointer to that ?
> I'll open a bug report on that one.
> 
> Thanks
> 
> Martin
> 
> Full stack trace:
> Stack trace
> 
> java.lang.IllegalStateException: Form is larger than max length 20 at 
> org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562) at 
> org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519) 
> at org.eclipse.jetty.server.Request.getParameters(Request.java:430) Caused: 
> org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form content 
> at org.eclipse.jetty.server.Request.getParameters(Request.java:434) at 
> org.eclipse.jetty.server.Request.getParameter(Request.java:1059) at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>  at 
> javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
>  at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174) at 
> org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002) at 
> hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153) at 
> hudson.model.View.doConfigSubmit(View.java:1004) at 
> java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at 
> org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) at 
> org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408) at 
> org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212) at 
> org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
>  at 
> org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
>  at 
> org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
>  at 
> org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145) 
> at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535) at 
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
> at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) Caused: 
> javax.servlet.ServletException at 
> org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:797) at 
> org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at 
> org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:280) at 
> org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
> at org.kohsuke.stapler.Stapler.tryInvoke(Stap

Jenkins 2.204.3 -> java.lang.IllegalStateException: Form is larger than max length 200000

2020-03-03 Thread Martin Jost

Hello,

I'm getting - on trying to [Save] a change to a view configuration:

java.lang.IllegalStateException: Form is larger than max length 20
at 
org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562)
at 
org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519)
at org.eclipse.jetty.server.Request.getParameters(Request.java:430)
Caused: org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
content
at org.eclipse.jetty.server.Request.getParameters(Request.java:434)
at org.eclipse.jetty.server.Request.getParameter(Request.java:1059)
at 
javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
at 
javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174)
at 
org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002)
at 
hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153)
at hudson.model.View.doConfigSubmit(View.java:1004)
at 
java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
at 
org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212)
at 
org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
at 
org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
at 
org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
at 
org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145)
at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747)
[Full stack trace below]

This seems to happen, since the update to 2.204.3.

IIRC we've had that at some time in the past, where there was a WA by handing 
some option to Jenkins start to increase the size.
Does someone have me a pointer to that ?
I'll open a bug report on that one.

Thanks

Martin

Full stack trace:

Stack tracejava.lang.IllegalStateException: Form is larger than max length 
20 at 
org.eclipse.jetty.server.Request.extractFormParameters(Request.java:562) at 
org.eclipse.jetty.server.Request.extractContentParameters(Request.java:519) 
at org.eclipse.jetty.server.Request.getParameters(Request.java:430) Caused: 
org.eclipse.jetty.http.BadMessageException: 400: Unable to parse form 
content at org.eclipse.jetty.server.Request.getParameters(Request.java:434) 
at org.eclipse.jetty.server.Request.getParameter(Request.java:1059) at 
javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
 
at 
javax.servlet.ServletRequestWrapper.getParameter(ServletRequestWrapper.java:194)
 
at org.kohsuke.stapler.RequestImpl.getParameter(RequestImpl.java:174) at 
org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:1002) at 
hudson.plugins.sectioned_view.SectionedView.submit(SectionedView.java:153) 
at hudson.model.View.doConfigSubmit(View.java:1004) at 
java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at 
org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) at 
org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:408) at 
org.kohsuke.stapler.Function.bindAndInvoke(Function.java:212) at 
org.kohsuke.stapler.SelectionInterceptedFunction$Adapter.invoke(SelectionInterceptedFunction.java:36)
 
at 
org.kohsuke.stapler.verb.HttpVerbInterceptor.invoke(HttpVerbInterceptor.java:48)
 
at 
org.kohsuke.stapler.SelectionInterceptedFunction.bindAndInvoke(SelectionInterceptedFunction.java:26)
 
at 
org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:145) 
at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:535) at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) Caused: 
javax.servlet.ServletException at 
org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:797) at 
org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at 
org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:280) at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) at 
org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at 
org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:280) at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) 
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:747) at 
org.kohsuke.stapler.Stapler.invoke(Stapler.java:878) at 
org.kohsuke.sta

Regarding Jenkins Abort

2020-03-03 Thread James Nord
that should happen automatically. can you provide more details?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3818451e-3150-498b-adcd-a9ef0608f0ca%40googlegroups.com.