[JIRA] (JENKINS-59117) Add support for WorkflowPipelineView to JobDSL

9 views
Skip to first unread message

minimizer@gmail.com (JIRA)

unread,
Aug 28, 2019, 5:49:04 AM8/28/19
to jenkinsc...@googlegroups.com
Dan Markhasin created an issue
 
Jenkins / Improvement JENKINS-59117
Add support for WorkflowPipelineView to JobDSL
Issue Type: Improvement Improvement
Assignee: Daniel Spilker
Components: job-dsl-plugin
Created: 2019-08-28 09:48
Priority: Major Major
Reporter: Dan Markhasin

Currently JobDSL plugin does not support creating delivery pipeline views which are based on Jenkins pipeline jobs.

The pipeline delivery plugin has added support for such views two years ago (https://issues.jenkins-ci.org/browse/JENKINS-34040) but the job dsl plugin still misses that support.

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

mail@daniel-spilker.com (JIRA)

unread,
Sep 3, 2019, 9:14:01 AM9/3/19
to jenkinsc...@googlegroups.com
Daniel Spilker started work on Improvement JENKINS-59117
 
Change By: Daniel Spilker
Status: Open In Progress

mail@daniel-spilker.com (JIRA)

unread,
Sep 3, 2019, 9:17:01 AM9/3/19
to jenkinsc...@googlegroups.com
Daniel Spilker commented on Improvement JENKINS-59117
 
Re: Add support for WorkflowPipelineView to JobDSL

https://github.com/Diabol/delivery-pipeline-plugin/pull/304
https://github.com/jenkinsci/job-dsl-plugin/pull/1200

These two pull requests will enable Dynamic DSL support:

folder('example-folder') {
  views {
    workflowPipelineView {
      name('example-view')
      allowAbort(true)
      allowPipelineStart(true)
      description('test')
      linkToConsoleLog(true)
      maxNumberOfVisiblePipelines(8)
      noOfColumns(12)
      noOfPipelines(7)
      showAbsoluteDateTime(true)
      showChanges(true)
      sorting('se.diabol.jenkins.pipeline.sort.NameComparator')
      updateInterval(100)
      componentSpecs {
        componentSpec {
          name('example')
          job('example-pipeline')
        }
      }
    }
  }
}

jakub.siberski@gmail.com (JIRA)

unread,
Mar 17, 2020, 11:31:03 AM3/17/20
to jenkinsc...@googlegroups.com

I've just spend a day trying to figure out my jobdsl config for WorkflowPipelineView is not working, without realising `deliveryPipelineView` is not the way.

Daniel Spilker since other two PRs you have linked are merged is there anything else blocking this issue?

This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages