[JIRA] (JENKINS-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 JENKINS-56984  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 chirs damour can you file an issue the AbstractMethodError and assign to  Félix Belzunce Arcos as this is another fire he needs to put out  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 yeah this change wasn't done in a backwards compatible way for the any/all/none strategies https://github.com/jenkinsci/basic-branch-build-strategies-plugin/pull/4/files#r274398090  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 

 

SCMEventListener.onSCMHeadEvent(SCMHeadEvent) jenkins.branch.MultiBranchProject$SCMEventListenerImpl@1cf8cddc propagated an exception
java.lang.AbstractMethodError: jenkins.branch.BranchBuildStrategy.isAutomaticBuild(Ljenkins/scm/api/SCMSource;Ljenkins/scm/api/SCMHead;Ljenkins/scm/api/SCMRevision;Ljenkins/scm/api/SCMRevision;Lhudson/model/TaskListener;)Z
	at jenkins.branch.buildstrategies.basic.AllBranchBuildStrategyImpl.isAutomaticBuild(AllBranchBuildStrategyImpl.java:77)
	at jenkins.branch.BranchBuildStrategy.automaticBuild(BranchBuildStrategy.java:190)
	at jenkins.branch.MultiBranchProject.isAutomaticBuild(MultiBranchProject.java:2231)
	at jenkins.branch.MultiBranchProject.access$1200(MultiBranchProject.java:125)
	at jenkins.branch.MultiBranchProject$SCMHeadObserverImpl.observe(MultiBranchProject.java:2076)
	at jenkins.scm.api.SCMHeadObserver$Wrapped.observe(SCMHeadObserver.java:638)
	at jenkins.scm.api.SCMHeadEvent$Validated.observe(SCMHeadEvent.java:295)
	at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:357)
	at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:249)
	at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource.retrieve(GitHubSCMSource.java:917)
	at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:373)
	at jenkins.scm.api.SCMSource.fetch(SCMSource.java:327)
	at jenkins.branch.MultiBranchProject$SCMEventListenerImpl.processHeadUpdate(MultiBranchProject.java:1576)
	at jenkins.branch.MultiBranchProject$SCMEventListenerImpl.onSCMHeadEvent(MultiBranchProject.java:1177)
	at jenkins.scm.api.SCMHeadEvent$DispatcherImpl.fire(SCMHeadEvent.java:246)
	at jenkins.scm.api.SCMHeadEvent$DispatcherImpl.fire(SCMHeadEvent.java:229)
	at jenkins.scm.api.SCMEvent$Dispatcher.run(SCMEvent.java:479)
	at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 i think this change might have caused a bug. after upgrading our jobs aren't running any more at all.  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 chirs damour If that is the case then this feature will not work as a workaround. The webhook triggering still happens normally there is just not an initial build which normally happens automatically without the intervention of a webhook  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 the cause for the other ticket is cause two hooks are received, one at repo level one at org level.  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 chirs damour Yeah that would work since this configuration item will ignore that first default build which happens and therefore should not trigger the multibranch twice. I wold worry it would not work since there does not seem to be an actual cause for the other ticket but it would at least stop the first build  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-11 Thread drdam...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chirs damour commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 can i use this to workaround JENKINS-56318 ?  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-05 Thread fbelz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Belzunce Arcos commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 The PRs which address this issue are... https://github.com/jenkinsci/branch-api-plugin/pull/144 https://github.com/jenkinsci/basic-branch-build-strategies-plugin/pull/4 Cross fingers this does not break anything xD  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-05 Thread fbelz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Belzunce Arcos resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Félix Belzunce Arcos  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 branch-api-2.3.0 and basic-branch-build-strategies-1.3.0  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2019-04-05 Thread fbelz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Félix Belzunce Arcos assigned an issue to Félix Belzunce Arcos  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Félix Belzunce Arcos  
 
 
Assignee: 
 CloudBees Inc. Félix  Belzunce Arcos  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-28 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly assigned an issue to CloudBees Inc.  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Assignee: 
 CloudBees Inc.  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-28 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Labels: 
 scm-api-tidy- scrub rfe  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-28 Thread cobe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Obexer commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 Why is the first build in every existing branch/pr useful at all? There are workflows that leave lots of open branches and such a build storm isn't useful at all - throttling doesn't help at all IMO. Storing the top commit during first import as last built would make a lot more sense IMO.  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-24 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 Ok, so this is a bug in either branch-api or workflow-multibranch that the RateLimitBranchProperty is not configurable for pipeline multibranch sources  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-24 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Labels: 
 scm-api-tidy-scrub  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-24 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 Stephen Connolly I would say yes that could work fine if we had TCB enabled for pipeline. Do we need a separate defect for multibranch and TCB plugin or will the pipeline one suffice?  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-24 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Stephen Connolly  
 
 
Attachment: 
 Screen Shot 2017-02-24 at 14.57.19.png  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2017-02-24 Thread stephen.alan.conno...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephen Connolly commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 Is this just that you want the Throttle builds property available for pipeline multibranch? 
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2016-11-14 Thread cobe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Obexer commented on  JENKINS-38552  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
 "Skip initial build on first branch indexing" would be awesome.  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2016-11-09 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Component/s: 
 branch-api-plugin  
 
 
Component/s: 
 workflow-multibranch-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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-38552) Multibranch pipeline (re)creation intelligence

2016-09-27 Thread atay...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Taylor created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38552  
 
 
  Multibranch pipeline (re)creation intelligence   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-multibranch-plugin  
 
 
Created: 
 2016/Sep/27 8:01 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alex Taylor  
 

  
 
 
 
 

 
 When a multibranch pipeline is created or recreated, it instantly pulls in all the branches at once and starts initial builds on them. Could we have a way to limit the number of builds which happen right at branch creation? Something user configurable would be great.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment