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

2020-03-17 Thread jakub.siber...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Siberski commented on  JENKINS-59117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for WorkflowPipelineView to JobDSL   
 

  
 
 
 
 

 
 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?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


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

2019-09-03 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker commented on  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')
}
  }
}
  }
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201546.1566985699000.5618.1567516620107%40Atlassian.JIRA.


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

2019-09-03 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker started work on  JENKINS-59117  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201546.1566985699000.5611.1567516440195%40Atlassian.JIRA.


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

2019-08-28 Thread minimi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Markhasin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59117  
 
 
  Add support for WorkflowPipelineView to JobDSL   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 job-dsl-plugin  
 
 
Created: 
 2019-08-28 09:48  
 
 
Priority: 
  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