[JIRA] (JENKINS-54052) MultibranchProject ignores quietPeriod

2018-10-12 Thread atg.sleepl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Tanasenko commented on  JENKINS-54052  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: MultibranchProject ignores quietPeriod   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/branch-api-plugin/pull/131  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  
 

   





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


[JIRA] (JENKINS-54052) MultibranchProject ignores quietPeriod

2018-10-12 Thread atg.sleepl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Tanasenko created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54052  
 
 
  MultibranchProject ignores quietPeriod   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Stephen Connolly  
 
 
Components: 
 branch-api-plugin  
 
 
Created: 
 2018-10-12 16:08  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Anton Tanasenko  
 

  
 
 
 
 

 
 Quiet period is ignored when scheduling build in a multibranch project.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

  

[JIRA] (JENKINS-38347) Github plugin dependency sporadically fails with NPE during tests

2016-09-20 Thread atg.sleepl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Tanasenko commented on  JENKINS-38347  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Github plugin dependency sporadically fails with NPE during tests   
 

  
 
 
 
 

 
 Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38347) Github plugin dependency sporadically fails with NPE during tests

2016-09-19 Thread atg.sleepl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Tanasenko created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38347  
 
 
  Github plugin dependency sporadically fails with NPE during tests   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kirill Merkushev  
 
 
Components: 
 github-plugin  
 
 
Created: 
 2016/Sep/19 3:18 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Anton Tanasenko  
 

  
 
 
 
 

 
 GithubPlugin.postInitialize() runs Migrator.migrate(), which accesses ExtensionList through GithubPushTrigger.DescriptorImpl.get(). ExtensionsList is not usable until PLUGINS_PREPARED is attained [1] and Plugin.postInitialize() call is not guaranteed to be run after PLUGINS_PREPARED (though it does happen to run after it most of the time). In the example log [2], Migrator.migrate is run at line 368, but PLUGINS_PREPARED is only attained at 499, almost before PLUGINS_STARTED. I think the migration should be run with @Initializer(after=PLUGINS_PREPARED) to be properly working. [1] https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/ExtensionList.java#L282 [2] https://gist.github.com/atanasenko/d364aa30eb2aa07ecdb01af0e7b829be  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment