[JIRA] (JENKINS-51432) Add multibranch support for task streams

2019-11-05 Thread j.f.br...@sbcglobal.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joel Brown commented on  JENKINS-51432  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add multibranch support for task streams   
 

  
 
 
 
 

 
 I don't see the workaround mentioned here, so:  submit a new revision of the jenkinsfile to the task stream (no changes needed).  This will "promote" the revision to public storage from the task's stream private storage.  Your task stream should then be detected.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-51432) Add multibranch support for task streams

2019-01-17 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen updated  JENKINS-51432  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51432  
 
 
  Add multibranch support for task streams   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 Fixed but Unreleased Reopened  
 

  
 
 
 
 

 
 
 

 
 
 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-51432) Add multibranch support for task streams

2019-01-17 Thread pal...@perforce.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Allen closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51432  
 
 
  Add multibranch support for task streams   
 

  
 
 
 
 

 
Change By: 
 Paul Allen  
 
 
Status: 
 Reopened Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-51432) Add multibranch support for task streams

2018-05-18 Thread dthom...@live.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dylan H created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51432  
 
 
  Add multibranch support for task streams   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 p4-plugin  
 
 
Created: 
 2018-05-18 20:36  
 
 
Labels: 
 p4-plugin multibranch  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dylan H  
 

  
 
 
 
 

 
 Currently when using the 'Helix Streams' option in a multibranch build the p4-plugin will run the following command to check for the existence of a Jenkinsfile: 

 

p4 files -e  

 However, when this command is run against a task stream where the Jenkinsfile has not been changed the command states 'no such file(s)'. The p4-plugin will then skip creating a build for the task branch. The expected behavior is that if the Jenkinsfile has not been changed in the task stream, but the Jenkinsfile has been mapped from the parent stream that the task stream would not be skipped.