0

What is the purpose of the columns(int number) of Delivery Pipeline Plugin? According Job DSL Plugin and its view reference document it specifies the number of columns. I have tried changing this setting to different values and I do not see its effect.

My Delivery pipeline has 3 stages with 3-4 jobs each. What should I expect?

enter image description here

EDIT Open issue JENKINS-29324

Jenkins                   v1.619
Delipery Pipeline Plugin  v0.9.4
Build Pipeline Plugin     v1.4.7
betodelrio
  • 308
  • 2
  • 11

2 Answers2

0

The columns(int number) method configures the "Number of Columns" option of the Delivery Pipeline View settings.

enter image description here

But changing the value does not seem to have any effect. You should consider to report an issue for the Delivery Pipeline plugin in the Jenkins Issue Tracker.

daspilker
  • 8,154
  • 1
  • 35
  • 49
0

The purpose is if you have multiple components defined in the view, then they can be shown in the number of columns that you configure. Will not have any effect if you only have one component defined.

patbos
  • 1