[JIRA] (JENKINS-57253) Illegal 'break' statement in Jenkinsfile freeze Jenkins resources

2020-05-07 Thread 'm...@basilcrow.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-57253  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Illegal 'break' statement in Jenkinsfile freeze Jenkins resources   
 

  
 
 
 
 

 
 Added a reproducible test case in jenkinsci/workflow-cps-plugin#356.  
 

  
 
 
 
 

 
 
 

 
 
 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.199017.1556629619000.23062.1588834620186%40Atlassian.JIRA.


[JIRA] (JENKINS-57253) Illegal 'break' statement in Jenkinsfile freeze Jenkins resources

2020-05-07 Thread 'm...@basilcrow.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57253  
 
 
  Illegal 'break' statement in Jenkinsfile freeze Jenkins resources   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Component/s: 
 workflow-cps-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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.199017.1556629619000.23040.1588831800219%40Atlassian.JIRA.


[JIRA] (JENKINS-57253) Illegal 'break' statement in Jenkinsfile freeze Jenkins resources

2020-05-07 Thread 'm...@basilcrow.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-57253  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Illegal 'break' statement in Jenkinsfile freeze Jenkins resources   
 

  
 
 
 
 

 
 I hit this issue today. As described in the initial report, this leaked an executor on my SSH build agent. The stack trace was as follows: 

 
[Pipeline] End of Pipeline
java.lang.IllegalStateException: unexpected break statement
	at com.cloudbees.groovy.cps.impl.CallEnv.getBreakAddress(CallEnv.java:102)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.LoopBlockScopeEnv.getBreakAddress(LoopBlockScopeEnv.java:29)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.ProxyEnv.getBreakAddress(ProxyEnv.java:52)
	at com.cloudbees.groovy.cps.impl.BreakBlock.eval(BreakBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:185)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:400)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:96)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:312)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:276)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	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)
Finished: FAILURE
 

  
 

  
 
 
 
 


[JIRA] (JENKINS-60726) Print two lines to each line if use Timestamper and Color Ansi Console Output

2020-04-28 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60726  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Print two lines to each line if use Timestamper and Color Ansi Console Output   
 

  
 
 
 
 

 
 Hi Cesar Jorge Martínez, I set up a Jenkins master with Timestamper 1.11.3, AnsiColor 0.6.3, Simple Theme Plugin 0.6, and the Material Theme. Then I created a Freestyle job with "Add timestamps to the Console Output" and "Color ANSI Console Output" checked. When I ran the job I could not reproduce the issue. Can you please provide me with steps to reproduce the issue from scratch?  
 

  
 
 
 
 

 
 
 

 
 
 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.203975.1578651011000.19049.1588093440246%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-27 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-62033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in jenkinsci/swarm-plugin#200.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.17806.1587841500491%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-62033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.17811.1587841500562%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow started work on  JENKINS-62033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.17809.1587841500538%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Swarm client -disableSslVerification option does not disable SSL  host  hostname  verification  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.17799.1587839520372%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL host verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL host verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Want a way to Swarm client -disableSslVerification option does not  disable SSL  hostname  host  verification  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.17796.1587838380185%40Atlassian.JIRA.


[JIRA] (JENKINS-62033) Want a way to disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Want a way to disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 swarm-client -disableSslVerification does not skip searching subject alternative names Want a way to disable SSL hostname verification  
 

  
 
 
 
 

 
 
 

 
 
 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.205924.1587661979000.1.1587835560262%40Atlassian.JIRA.


[JIRA] (JENKINS-61969) Support websocket connection in swarm

2020-04-21 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61969  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support websocket connection in swarm   
 

  
 
 
 
 

 
 Hey Patrick Ruckstuhl, thanks for the feature request. I'd love to have WebSocket support in Swarm. Pull requests are welcome!  
 

  
 
 
 
 

 
 
 

 
 
 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.205858.1587374835000.15013.1587490560121%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-17 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Timestamper 1.11.3.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61843  
 
 
  Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 1.11.3  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-14 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 No problem. I'm glad things are working for you. Feel free to let me know if there are any further issues. If there are no further issues, I'll shoot for a release of 1.11.3 toward the end of the week.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.2.1586886000121%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-13 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 Hi John, can you please open a new issue with as much information as possible, ideally including the steps to reproduce the issue from scratch.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.9744.1586791500126%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-10 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in jenkinsci/timestamper-plugin#59.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61843  
 
 
  Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-10 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 No problem. Thank you for reporting the issue and confirming that it has been resolved! I will merge the PR and release 1.11.3 shortly. I had actually linked to the .hpi from the words "this incremental build" in my preceding comment, but missing that is completely understandable since the CSS styling on this page doesn't make hyperlinks very obvious.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.9027.1586532900339%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-10 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 Here is the incremental build .hpi: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/timestamper/1.11.3-SNAPSHOT/timestamper-1.11.3-20200410.050219-1.hpi  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.9015.1586531880120%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-10 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 

How do I install your changes in order to test?
 See these instructions.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.9006.1586530080140%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-09 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 I opened jenkinsci/timestamper-plugin#59 with a fix. John Rocha, can you please try this incremental build and confirm that the issue is resolved?  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.8883.1586495160129%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-09 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 Bisection shows this was introduced in jenkinsci/timestamper-plugin#52.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.8879.1586490480219%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-08 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 No, I do not need anything more at present. Thanks again!  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.8503.1586381520111%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-08 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
 Thank you, John Rocha. I was able to load the build on my local machine and confirmed the expected behavior occurs in version Timestamper 1.11 and the problematic behavior started occurring in Timestamper 1.11.1. At this point I have gathered all the state I need. The next step is to distill your build folder into a minimal reproducible example (MRE) and then of course to find the cause and implement a fix.  
 

  
 
 
 
 

 
 
 

 
 
 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.205703.1586369761000.8499.1586381160183%40Atlassian.JIRA.


[JIRA] (JENKINS-61843) Timestamp missing for trailing lines in view as plain text mode.

2020-04-08 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Hi John Rocha, thanks for reporting this. To assist me in reproducing this and determining the cause, can you please provide the following additional information: 
 
Is this a Freestyle job or Pipeline job? 
If Freestyle, was the -Dtimestamper-consolenotes=true option set (unlikely)? 
If Pipeline, was the "Enabled for all Pipeline builds" option set, or was a timestamps step used? 
Can you please provide the contents of the build directory (i.e., ${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_NUMBER), sanitized if necessary? This will be key for me to be able to reproduce the problem. 
  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61843  
 
 
  Timestamp missing for trailing lines in view as plain text mode.   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

[JIRA] (JENKINS-61596) http client in jenkins swarm badly verifies hostname in SSL certificate

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61596  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in 3.19. Can you please confirm that this release addresses the problem? Thank you!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61596  
 
 
  http client in jenkins swarm badly verifies hostname in SSL certificate   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 3.19  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-44115) Enable Remoting working directories by default in Swarm plugin

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-44115  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in 3.19.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-44115  
 
 
  Enable Remoting working directories by default in Swarm plugin   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Assignee: 
 Basil Crow  
 
 
Released As: 
 3.19  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to 

[JIRA] (JENKINS-61596) http client in jenkins swarm badly verifies hostname in SSL certificate

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61596  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This seems to be fixed by jenkinsci/swarm-plugin#190.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61596  
 
 
  http client in jenkins swarm badly verifies hostname in SSL certificate   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-61596) http client in jenkins swarm badly verifies hostname in SSL certificate

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61596  
 
 
  http client in jenkins swarm badly verifies hostname in SSL certificate   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 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.205293.1584662414000.790.1585279680573%40Atlassian.JIRA.


[JIRA] (JENKINS-61596) http client in jenkins swarm badly verifies hostname in SSL certificate

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow started work on  JENKINS-61596  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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.205293.1584662414000.788.1585279680544%40Atlassian.JIRA.


[JIRA] (JENKINS-61596) http client in jenkins swarm badly verifies hostname in SSL certificate

2020-03-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61596  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61596  
 
 
  http client in jenkins swarm badly verifies hostname in SSL certificate   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 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.205293.1584662414000.792.1585279680595%40Atlassian.JIRA.


[JIRA] (JENKINS-61605) Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found

2020-03-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61605  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found   
 

  
 
 
 
 

 
 Thank you for the quick reply! 

Can you create a diff of the two different XML files?
 Sorry, I don't have the time to investigate this further at present. But you should be able to easily reproduce the problem following the instructions I listed under "Steps to Reproduce", after which you should be able to compare the two different XML files. Let me know if I can provide any additional context. 

BTW: why are you using using both tools? FIndBugs is end-of-life and has been replaced by SpotBugs.
 Yes, I am aware that FindBugs is EOL. I used both tools in the example merely to illustrate that the problem is only reproducible when using FindBugs. I am maintaining a Jenkins setup that runs an application build that I don't maintain, and that build still uses FindBugs, so unfortunately I still need to be able to use Jenkins with FindBugs.  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-61605) Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found

2020-03-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61605  
 
 
  Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Attachment: 
 findbugs-spotbugs.png  
 

  
 
 
 
 

 
 
 

 
 
 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.205305.158473299.10371.1584733200127%40Atlassian.JIRA.


[JIRA] (JENKINS-61605) Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found

2020-03-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61605  
 
 
  Files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ulli Hafner  
 
 
Components: 
 warnings-ng-plugin  
 
 
Created: 
 2020-03-20 19:36  
 
 
Environment: 
 warnings-ng 8.1.0  analysis-core 1.96  analysis-model-api 8.0.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Basil Crow  
 

  
 
 
 
 

 
 Overview When using Gradle and the Warnings Next Generation Plugin, files with SpotBugs warnings are copied to the build folder but files with FindBugs warnings are not found. Steps to Reproduce I have created a minimal reproducible example (MRE) at basil/warnings-ng-reproducer. Run the Jenkinsfile there to reproduce the issue. Expected Results This is a bare-bones Gradle build with two subprojects: findbugs and spotbugs. Each subproject has a single Java file with warnings. The findbugs subproject has the Gradle FindBugs plugin enabled, while the spotbugs subproject has the Gradle SpotBugs plugin enabled. Gradle detects the same warnings in both subprojects. The expected results are for the Warnings Next Generation Plugin to copy the files with issues in both subprojects to the build folder. Actual Results When recording issues with the Warnings Next Generation Plugin, the following occurs: 

 
[…]
[FindBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/test/builds/1/files-with-issues'
[FindBugs] -> 0 copied, 0 not in workspace, 3 not-found, 0 with I/O error
[…]
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/test/builds/1/files-with-issues'

[JIRA] (JENKINS-61019) java.lang.NullPointerException at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel

2020-03-12 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-61019  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: java.lang.NullPointerException at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel   
 

  
 
 
 
 

 
 FYI, I hit this on a recent upgrade. My stack trace: 

 
2020-03-13 02:09:40.575+ [id=1502]  WARNING o.j.p.w.f.FlowExecutionList$ItemListenerImpl$1#onFailure: Failed to load CpsFlowExecution[Owner[devops-gate/master/blackbox-self-service/25907:devops-gate/master/blackbox-self-service #25907]]
java.lang.NullPointerException
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:151)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.setupTimer(TimeoutStepExecution.java:139)
at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.onResume(TimeoutStepExecution.java:90)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:185)
at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:180)
at com.google.common.util.concurrent.Futures$6.run(Futures.java:975)
at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253)
at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149)
at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:134)
at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:170)
at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:1011)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:989)
at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:907)
at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:38)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)
 

  
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-59305) Swarm Client failed to create a slave with response code: 403

2020-03-04 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-59305  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Swarm Client failed to create a slave with response code: 403   
 

  
 
 
 
 

 
 

The way the plugin obtains and uses the CSRF token is not compatible with https://jenkins.io/doc/upgrade-guide/2.176/#SECURITY-1491
 Daniel Beck, could you please explain how the code here (the example you linked above) is not compatible with SECURITY-1491? I read SECURITY-1491 very carefully and stepped through the code in the Java debugger, and as far as I can tell I am doing everything correctly in Swarm: 
 
First, hudson.plugins.swarm.SwarmClient#createSwarmSlave creates an instance of HttpClientContext. 
Next, hudson.plugins.swarm.SwarmClient#getCsrfCrumb calls the crumbIssuer API, successfully obtaining a crumb request field and a crumb. The server's response sets a JSESSIONID cookie, which is visible in the HttpClientContext's BasicCookieStore (e.g., JSESSIONID.472fe218). 
Next, hudson.plugins.swarm.SwarmClient#createSwarmSlave adds the CSRF header returned by hudson.plugins.swarm.SwarmClient#getCsrfCrumb to the POST request. 
Next, hudson.plugins.swarm.SwarmClient#getCsrfCrumb executes the POST request. During this process, org.apache.http.client.protocol.RequestAddCookies examines the HttpClientContext's BasicCookieStore, finds the JSESSIONID cookie, and adds it to the set of headers before making the HTTP POST request. 
 The key invariants for all this to work are that the HTTP GET in SwarmClient#getCsrfCrumb must always be called immediately before making any POST request, the HttpClientContext (and therefore the BasicCookieStore) must always be shared between the CSRF crumb retrieval GET and the subsequent POST, and the POST must contain both a CSRF header (obtained from the previous CSRF crumb retrieval GET) and a JSESSIONID header (which must be the same JSESSIONID from the previous CSRF crumb retrieval GET). As far as I can tell, I am meeting all of these invariants in my code. Furthermore, as I explained in JENKINS-59193, I cannot reproduce any CSRF-related issue, either in integration tests or against my production Jenkins instance running 2.204.4 with DefaultCrumbIssuer enabled. If there is something I am doing wrong, I would like to know what it is and/or how I could reproduce any potential issues.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-55787) Switch labels from entry to checkbox

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55787  
 
 
  Switch labels from entry to checkbox   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Component/s: 
 timestamper-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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.197176.1548453513000.3774.1583252760887%40Atlassian.JIRA.


[JIRA] (JENKINS-13523) Missing option "Add timestamps to the Console Output" (Build Environment)

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Not only is the Build Flow plugin deprecated, but distribution of it has been suspended due to unresolved security vulnerabilities. Therefore, I am closing this bug as "Won't Fix."  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-13523  
 
 
  Missing option "Add timestamps to the Console Output" (Build Environment)   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-54128) Deprecated calls to Run.getLogFile

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54128  
 
 
  Deprecated calls to Run.getLogFile   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Component/s: 
 google-storage-plugin  
 
 
Component/s: 
 sauce-ondemand-plugin  
 
 
Component/s: 
 stoplightio-report-plugin  
 
 
Component/s: 
 token-macro-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-54128) Deprecated calls to Run.getLogFile

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-54128  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Deprecated calls to Run.getLogFile   
 

  
 
 
 
 

 
 I removed the timestamper-plugin component from this issue, since a fix has been released in Timestamper 1.11.1. FYI, the usage-in-plugins job shows that there are still 16 plugins with calls to the deprecated Run#getLogFile method. Most of these plugins haven't been updated in over a year, but I noticed that google-storage, sauce-ondemand, stoplightio-report, and token-macro have all had recent updates, so I added them to this issue's component list.  
 

  
 
 
 
 

 
 
 

 
 
 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.194755.1539777336000.3734.1583252341865%40Atlassian.JIRA.


[JIRA] (JENKINS-54128) Deprecated calls to Run.getLogFile

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54128  
 
 
  Deprecated calls to Run.getLogFile   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Component/s: 
 timestamper-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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.194755.1539777336000.3688.1583251500746%40Atlassian.JIRA.


[JIRA] (JENKINS-55167) PCT crashes on Java 11 due to unsafe usage in nl.jqno.equalsverifier

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-55167  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Timestamper 1.11.1.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55167  
 
 
  PCT crashes on Java 11 due to unsafe usage in nl.jqno.equalsverifier   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Closed  
 
 
Released As: 
 1.11.1  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-56457) Regression in timestamper 1.9: Start of maven plugins is logged with different format

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-56457  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Regression in timestamper 1.9: Start of maven plugins is logged with different format   
 

  
 
 
 
 

 
 Likely fixed in Timestamper 1.11.1. Falko Modler and leemeador, can you please verify? Thank you!  
 

  
 
 
 
 

 
 
 

 
 
 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.198055.1551959298000.3684.1583251441230%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Timestamper 1.11.1.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59636  
 
 
  timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Closed  
 
 
Released As: 
 1.11.1  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-03-03 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Timestamper 1.11.1.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Closed  
 
 
Released As: 
 1.11.1  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-60672) Timestamper plugin causes chrome frozen when there are too many console logs

2020-03-02 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow resolved as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60672  
 
 
  Timestamper plugin causes chrome frozen when there are too many console logs   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 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.203915.1578386867000.2803.1583163120400%40Atlassian.JIRA.


[JIRA] (JENKINS-60672) Timestamper plugin causes chrome frozen when there are too many console logs

2020-02-29 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60672  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamper plugin causes chrome frozen when there are too many console logs   
 

  
 
 
 
 

 
 Hey Kaiyuan Zhao, I just ran the test you provided and could not reproduce a freeze in Chromium 80.0.3987.122 (Official Build) snap (64-bit) on Ubuntu 19.10 eoan. Could you please try upgrading Chrome to version 80.x and see if that resolves the issue? If not, could you please provide more information about your operating system?  
 

  
 
 
 
 

 
 
 

 
 
 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.203915.1578386867000.1897.1583016960175%40Atlassian.JIRA.


[JIRA] (JENKINS-60726) Print two lines to each line if use Timestamper and Color Ansi Console Output

2020-02-29 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60726  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Print two lines to each line if use Timestamper and Color Ansi Console Output   
 

  
 
 
 
 

 
 Hey Cesar Jorge Martínez, PipelineTest#globalDecoratorAnnotator exercises the use case you have described with the Timestamper and AnsiColor plugins. That test fails to reproduce the issue. Can you please try upgrading to the latest versions of Timestamper and AnsiColor and see if your issue has been resolved? If not, could you please provide more information about how to reproduce this?  
 

  
 
 
 
 

 
 
 

 
 
 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.203975.1578651011000.1895.1583015040182%40Atlassian.JIRA.


[JIRA] (JENKINS-60835) Publish information about currently running builds via API

2020-02-27 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60835  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publish information about currently running builds via API   
 

  
 
 
 
 

 
 Hey Nik Reiman, as far as I can tell this should be working. Can you please provide a more detailed set of steps to reproduce the issue?  
 

  
 
 
 
 

 
 
 

 
 
 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.204186.1579684592000.813.1582824000129%40Atlassian.JIRA.


[JIRA] (JENKINS-55168) Timestamper - PCT fails for Optional checks in Tests

2020-02-27 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-55168  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamper - PCT fails for Optional checks in Tests   
 

  
 
 
 
 

 
 The mock-based LogFileReaderTest unit test was deleted entirely in JENKINS-54128 (and replaced by new integration tests which do not have this issue). Therefore this is no longer a bug.  
 

  
 
 
 
 

 
 
 

 
 
 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.196235.1544690932000.809.1582823880359%40Atlassian.JIRA.


[JIRA] (JENKINS-55168) Timestamper - PCT fails for Optional checks in Tests

2020-02-27 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55168  
 
 
  Timestamper - PCT fails for Optional checks in Tests   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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.196235.1544690932000.811.1582823880400%40Atlassian.JIRA.


[JIRA] (JENKINS-47051) Per step "View as plain text" not working

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-47051  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Per Steven's comment I am marking this as resolved in 1.8.10. Kayvan Sylvan, if you are still experiencing problems, could you please open a new issue with more details?  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-47051  
 
 
  Per step "View as plain text" not working   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 1.8.10  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-47051) Per step "View as plain text" not working

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-47051  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-47051  
 
 
  Per step "View as plain text" not working   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Reopened Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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.185441.1506080644000.296.1582745820568%40Atlassian.JIRA.


[JIRA] (JENKINS-12512) Text Finder plugin help could be more informative

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-12512  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Text Finder 1.12.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-12512  
 
 
  Text Finder plugin help could be more informative   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Assignee: 
 drlewis Basil Crow  
 
 
Released As: 
 https://github.com/jenkinsci/text-finder-plugin/pull/28  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 

[JIRA] (JENKINS-5228) TextFinder should be able to set the build description

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-5228  
 
 
  TextFinder should be able to set the build description   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.135317.1263196332000.280.1582745460429%40Atlassian.JIRA.


[JIRA] (JENKINS-10126) Text-finder plugin incompatible with timestamper plugin

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-10126  
 
 
  Text-finder plugin incompatible with timestamper plugin   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.140314.1309252021000.288.1582745460535%40Atlassian.JIRA.


[JIRA] (JENKINS-7829) Textfinder plugin fails intermittently

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-7829  
 
 
  Textfinder plugin fails intermittently   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.137930.1287405108000.285.1582745460491%40Atlassian.JIRA.


[JIRA] (JENKINS-31693) Jenkins Text Finder is waiting for a checkpoint

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-31693  
 
 
  Jenkins Text Finder is waiting for a checkpoint   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.166623.1448048163000.271.1582745400348%40Atlassian.JIRA.


[JIRA] (JENKINS-4529) Problem with Text-finder and Warnings plugin order execution

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-4529  
 
 
  Problem with Text-finder and Warnings plugin order execution   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.134602.1253691227000.277.1582745400424%40Atlassian.JIRA.


[JIRA] (JENKINS-3160) http 403 on config page with matrix based security

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-3160  
 
 
  http 403 on config page with matrix based security   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.133233.1235628111000.274.1582745400385%40Atlassian.JIRA.


[JIRA] (JENKINS-42944) Text Finder does not evaluate user defined axis of matrix build variable in path

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42944  
 
 
  Text Finder does not evaluate user defined axis of matrix build variable in path   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 drlewis  
 

  
 
 
 
 

 
 
 

 
 
 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.179955.1490029342000.268.1582745340177%40Atlassian.JIRA.


[JIRA] (JENKINS-57080) Cannot hide Pipeline output when using Timestamps

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57080  
 
 
  Cannot hide Pipeline output when using Timestamps   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.198823.100703000.262.1582745220602%40Atlassian.JIRA.


[JIRA] (JENKINS-57163) Using timestamps prevents parallel thread's catch block from executing sleep

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57163  
 
 
  Using timestamps prevents parallel thread's catch block from executing sleep   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.198913.155606902.259.1582745220510%40Atlassian.JIRA.


[JIRA] (JENKINS-55908) Xvfb does not work when wrap([$class: 'Xvfb']) is defined inside timestamps

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55908  
 
 
  Xvfb does not work when wrap([$class: 'Xvfb']) is defined inside timestamps   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.197310.1549016484000.265.1582745280181%40Atlassian.JIRA.


[JIRA] (JENKINS-57212) Global setting to change the default for browser time zone

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57212  
 
 
  Global setting to change the default for browser time zone   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.198969.1556525294000.255.1582745220426%40Atlassian.JIRA.


[JIRA] (JENKINS-58087) Text Finder Plugin Console log results in wrong Failure Cause

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58087  
 
 
  Text Finder Plugin Console log results in wrong Failure Cause
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Tomas Westling  
 

  
 
 
 
 

 
 
 

 
 
 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.200128.1560924617000.249.1582745160323%40Atlassian.JIRA.


[JIRA] (JENKINS-57809) Default timestamp formats should not be boldfaced

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57809  
 
 
  Default timestamp formats should not be boldfaced   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.199760.1559396337000.252.1582745160366%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed as of jenkinsci/timestamper-plugin#52 (and previous dependent changes).  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59636  
 
 
  timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-59730) text-finder sets whole matrix job to "not built" even if only one configuration matched

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59730  
 
 
  text-finder sets whole matrix job to "not built" even if only one configuration matched   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 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.202448.1570712752000.242.1582744140136%40Atlassian.JIRA.


[JIRA] (JENKINS-60889) Add example global config to Readme and wiki pages

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60889  
 
 
  Add example global config to Readme and wiki pages   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.204277.1580207843000.230.1582744080851%40Atlassian.JIRA.


[JIRA] (JENKINS-60726) Print two lines to each line if use Timestamper and Color Ansi Console Output

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60726  
 
 
  Print two lines to each line if use Timestamper and Color Ansi Console Output   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.203975.1578651011000.236.1582744080932%40Atlassian.JIRA.


[JIRA] (JENKINS-60942) swarm plugin requires anonymous/overall/read if not started with user/password

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60942  
 
 
  swarm plugin requires anonymous/overall/read if not started with user/password   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 

  
 
 
 
 

 
 
 

 
 
 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.204343.158066135.226.1582744080797%40Atlassian.JIRA.


[JIRA] (JENKINS-60672) Timestamper plugin causes chrome frozen when there are too many console logs

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60672  
 
 
  Timestamper plugin causes chrome frozen when there are too many console logs   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.203915.1578386867000.239.1582744080983%40Atlassian.JIRA.


[JIRA] (JENKINS-60888) allProjects flag in config file not respected

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60888  
 
 
  allProjects flag in config file not respected   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown  
 

  
 
 
 
 

 
 
 

 
 
 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.204276.1580207457000.233.1582744080885%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-26 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
 

which version of the plugin stands for 52?
 jenkinsci/timestamper-plugin#52 has been merged but not yet released. I am planning to release a new version of Timestamper soon, at which point I will update this bug.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202318.1570086045000.7284.1582734660169%40Atlassian.JIRA.


[JIRA] (JENKINS-56457) Regression in timestamper 1.9: Start of maven plugins is logged with different format

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56457  
 
 
  Regression in timestamper 1.9: Start of maven plugins is logged with different format   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.198055.1551959298000.6757.1582683840248%40Atlassian.JIRA.


[JIRA] (JENKINS-56457) Regression in timestamper 1.9: Start of maven plugins is logged with different format

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-56457  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Regression in timestamper 1.9: Start of maven plugins is logged with different format   
 

  
 
 
 
 

 
 Likely a duplicate of JENKINS-59636, for which I have opened a PR with a fix. I will keep this bug open pending the release of the fix for JENKINS-59636 to verify that the issue is resolved.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.198055.1551959298000.6750.1582683780245%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
 This should be fixed in jenkinsci/timestamper-plugin#52.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202318.1570086045000.6732.1582683660813%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59636  
 
 
  timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202318.1570086045000.6737.1582683660906%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow started work on  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202318.1570086045000.6743.1582683660991%40Atlassian.JIRA.


[JIRA] (JENKINS-59636) timestamper shows wrong time on [View as plain text] link

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-59636  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59636  
 
 
  timestamper shows wrong time on [View as plain text] link   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202318.1570086045000.6745.1582683661025%40Atlassian.JIRA.


[JIRA] (JENKINS-54128) Deprecated calls to Run.getLogFile

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-54128  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Deprecated calls to Run.getLogFile   
 

  
 
 
 
 

 
 I posted jenkinsci/timestamper-plugin#52, which eliminates the last call to the last call to Run#getLogFile in Timestamper and replaces it with a call to Run#getLogReader.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.194755.1539777336000.6708.1582683480489%40Atlassian.JIRA.


[JIRA] (JENKINS-54128) Deprecated calls to Run.getLogFile

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-54128  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Deprecated calls to Run.getLogFile   
 

  
 
 
 
 

 
 Tobias Gruetzmacher, I have a rough draft of a fix for Timestamper. I plan to post a PR soon and release the fix in the forthcoming Timestamper 1.11.1 release. To help me test this new functionality, would you mind posting the stack trace that you are seeing with the call to getLogFile?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.194755.1539777336000.6691.1582676641022%40Atlassian.JIRA.


[JIRA] (JENKINS-44115) Enable Remoting working directories by default in Swarm plugin

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-44115  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in jenkinsci/swarm-plugin#176.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-44115  
 
 
  Enable Remoting working directories by default in Swarm plugin   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-44115) Enable Remoting working directories by default in Swarm plugin

2020-02-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-44115  
 
 
  Enable Remoting working directories by default in Swarm plugin   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Enable Remoting  work dir  working directories  by default in Swarm  Plugin  plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.181741.1494227581000.6433.1582649820289%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
 I have not yet released this fix, but an incremental build is available with the above changes which I believe should resolve this bug. Daniel Kirkdorffer, Rickard Dybeck, and T. Houdayer, are any of you interested in testing the incremental build before I release it?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.4007.1582239060240%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in jenkinsci/timestamper-plugin#47.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3967.1582233600465%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow started work on  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3965.1582233600436%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Timestamper  scripting  API doesn't work for Pipeline jobs since version 1.9  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3942.1582232221334%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper scripting API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper scripting API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Steven G Brown Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3945.1582232221371%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Timestamper  REST  API doesn't work for Pipeline jobs since version 1.9  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3939.1582232221299%40Atlassian.JIRA.


[JIRA] (JENKINS-60007) Timestamper REST API doesn't work for Pipeline jobs since version 1.9

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60007  
 
 
  Timestamper REST API doesn't work for Pipeline jobs since version 1.9   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Timestamper REST API doesn't work  for Pipeline jobs  since version 1.9  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.3936.1582232221261%40Atlassian.JIRA.


[JIRA] (JENKINS-55167) PCT crashes on Java 11 due to unsafe usage in nl.jqno.equalsverifier

2020-02-20 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-55167  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in jenkinsci/timestamper-plugin#42.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55167  
 
 
  PCT crashes on Java 11 due to unsafe usage in nl.jqno.equalsverifier   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-12999) Cannot delete a "Throttle Concurrent Builds" category

2020-02-19 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-12999  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Throttle Concurrent Builds 2.0.2.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-12999  
 
 
  Cannot delete a "Throttle Concurrent Builds" category   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-49006) ConcurrentModificationException in getThrottledPipelineRunsForCategory

2020-02-19 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-49006  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Throttle Concurrent Builds 2.0.2.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-49006  
 
 
  ConcurrentModificationException in getThrottledPipelineRunsForCategory   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-54578) Cannot delete last category

2020-02-19 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-54578  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Throttle Concurrent Builds 2.0.2.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-54578  
 
 
  Cannot delete last category   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-60481) Add @Symbol to ThrottleJobProperty to expose in declarative pipeline `options`

2020-02-19 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-60481  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Throttle Concurrent Builds 2.0.2.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60481  
 
 
  Add @Symbol to ThrottleJobProperty to expose in declarative pipeline `options`   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-61087) Use FlowExecutionList to calculate the number of running Pipeline jobs

2020-02-19 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-61087  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released in Throttle Concurrent Builds 2.0.2.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61087  
 
 
  Use FlowExecutionList to calculate the number of running Pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-60007) Timestamper REST API doesn't work since version 1.9

2020-02-18 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-60007  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timestamper REST API doesn't work since version 1.9   
 

  
 
 
 
 

 
 See jenkinsci/timestamper-plugin#25 (comment).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202824.1572556491000.1997.1582081080152%40Atlassian.JIRA.


[JIRA] (JENKINS-39079) Record timestamps for pipeline jobs without filling the log file with console notes

2020-02-18 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow commented on  JENKINS-39079  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Record timestamps for pipeline jobs without filling the log file with console notes   
 

  
 
 
 
 

 
 Jesse Glick, do you think this can be closed as a duplicate of JENKINS-48344?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.175499.1476822567000.1994.1582079220230%40Atlassian.JIRA.


  1   2   3   4   >