[JIRA] (JENKINS-60409) Form Submission Length Cap

2020-03-06 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail commented on  JENKINS-60409  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Form Submission Length Cap   
 

  
 
 
 
 

 
 Will this fix be included in 2.224?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203466.1575915955000.420.1583489700760%40Atlassian.JIRA.


[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail commented on  JENKINS-54034  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
 If this is intended behaviour shouldn't the "Restart Build" button be named "Restart from Stage" to be more accurate? Since that is the name of the button in normal Jenkins UI?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail edited a comment on  JENKINS-54034  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
 Oh I see, so the "Prep" stage that I {color:# FF ff }{{load()}}{color} the library in isn't actually called:{ {{ color:# FF ff }Stage "Prep" skipped due to this build restarting at stage "Build"{color} }} Which means that this might not be a bug, it might be a feature request, to add a "Replay" button to the BlueOcean UI, but I'm not sure if this is intended behaviour yet.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail commented on  JENKINS-54034  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
 Oh I see, so the "Prep" stage that I load() the library in isn't actually called: Stage "Prep" skipped due to this build restarting at stage "Build" Which means that this might not be a bug, it might be a feature request, to add a "Replay" button to the BlueOcean UI, but I'm not sure if this is intended behaviour yet.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54034  
 
 
  "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
Change By: 
 Always Fail  
 

  
 
 
 
 

 
 My pipeline definitions include methods from Groovy script files. They are loaded like so:{color:#ff}{{lib = load('ci/lib.groovy')}}{color}The problem with this is that when I click the "Restart Build" button from BlueOcean on a job that uses this method it fails to load the Groovy scripts, which results in failures like so: {color:# FF ff }{{groovy.lang.MissingPropertyException: No such property: lib for class: WorkflowScript}}{color}{color:# FF ff }{ \ { at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53)}}{color}{color:# FF ff }{ \ { at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:458)}}{color}{color:# FF ff }{ \ { at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:290)}}{color}{color:# FF ff }{ \ { at org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetProperty(GroovyInterceptor.java:68)}}{color}{color:# FF ff }{ \ { at }}{color}{color:# FF ff }{{...}}{color} The same does not happen when I use the "Replay" button from normal Jenkins UI.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received t

[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54034  
 
 
  "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
Change By: 
 Always Fail  
 

  
 
 
 
 

 
 My pipeline definitions include methods from Groovy script files. They are loaded like so:{color:# FF ff }{{lib = load('ci/lib.groovy')}}{color}The problem with this is that when I click the "Restart Build" button from BlueOcean on a job that uses this method it fails to load the Groovy scripts, which results in failures like so:  {color:#FF}{{ groovy.lang.MissingPropertyException: No such property: lib for class: WorkflowScript }}{color}  {color:#FF}{{   at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53) }}{color}  {color:#FF}{{   at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:458) }}{color}  {color:#FF}{{   at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:290) }}{color}  {color:#FF}{{   at org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetProperty(GroovyInterceptor.java:68) }}{color}  {color:#FF}{{   at}}{color}{color:#FF}{{...}}{color} The same does not happen when I use the "Replay" button from normal Jenkins UI.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed 

[JIRA] (JENKINS-54034) "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used

2018-10-11 Thread i+jenk...@always.fail (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Always Fail created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54034  
 
 
  "Restart Build" button in BlueOcean causes build to fail when groovy load() method is used   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2018-10-11 23:56  
 
 
Labels: 
 blueocean restart groovy-script  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Always Fail  
 

  
 
 
 
 

 
 My pipeline definitions include methods from Groovy script files. They are loaded like so: lib = load('ci/lib.groovy') The problem with this is that when I click the "Restart Build" button from BlueOcean on a job that uses this method it fails to load the Groovy scripts, which results in failures like so: groovy.lang.MissingPropertyException: No such property: lib for class: WorkflowScript at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:458) at org.kohsuke.groovy.sandbox.impl.Checker$6.call(Checker.java:290) at org.kohsuke.groovy.sandbox.GroovyInterceptor.onGetProperty(GroovyInterceptor.java:68) at  The same does not happen when I use the "Replay" button from normal Jenkins UI.