ganesansays / build-pipeline-plugin

Automatically exported from code.google.com/p/build-pipeline-plugin
0 stars 0 forks source link

Ability to segment pipeline views #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement request. I am using 1.2.3 on Windows.

With a large number of jobs in a pipeline it would be very nice to be able to 
segment the views into sections. For example, I am modelling my pipelines into 
the following sections:
Commit
Acceptance
Staging
Production

In each section there are about 5 to 10 jobs. What I would like to be able to 
do is define a pipeline view that starts at a specified job and ends at a 
specified job. In other words don't display any jobs after the specified end 
job.

To make this a good general solution, you'd have to deal with the case where a 
pipeline splits as it moves downstream. To handle this the specification of the 
end job would be a list of jobs. The pipeline rendering wuold just not display 
any downstream jobs after any of the end jobs.

Original issue reported on code.google.com by austin.a...@gmail.com on 25 Aug 2011 at 11:46

GoogleCodeExporter commented 9 years ago
1.2.4 is available for manual download and testing:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin+-+Roadmap

Original comment by geo...@centrumsystems.com.au on 27 Nov 2011 at 7:43

GoogleCodeExporter commented 9 years ago
1.2.4 is available for manual download and testing:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin+-+Roadmap

Original comment by geo...@centrumsystems.com.au on 27 Nov 2011 at 7:44

GoogleCodeExporter commented 9 years ago
1.2.4 is available for manual download and testing:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin+-+Roadmap

Original comment by geo...@centrumsystems.com.au on 27 Nov 2011 at 7:45

GoogleCodeExporter commented 9 years ago
1.2.4 is available for manual download and testing:
https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin+-+Roadmap

Original comment by geo...@centrumsystems.com.au on 27 Nov 2011 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by marc...@centrumsystems.com.au on 18 Jun 2012 at 5:54

GoogleCodeExporter commented 9 years ago
I've checked in a change to a clone that adds the concept of a "terminus job". 
Any jobs that are downstream of a terminus job are hidden from the pipeline 
view. This allows for segmentation of pipeline views.

More info + an HPI here: 
http://code.google.com/r/jessica-join-support-build-pipeline-plugin/

Original comment by jess...@aus10.org on 29 Dec 2012 at 5:51