[JIRA] (JENKINS-59226) Add support for declarative pipeline

6 views
Skip to first unread message

reitzmichnicht@gmx.de (JIRA)

unread,
Sep 4, 2019, 10:16:04 AM9/4/19
to jenkinsc...@googlegroups.com
Michael Düsterhus created an issue
 
Jenkins / Improvement JENKINS-59226
Add support for declarative pipeline
Issue Type: Improvement Improvement
Assignee: tspengler
Components: hudson-wsclean-plugin
Created: 2019-09-04 14:15
Priority: Major Major
Reporter: Michael Düsterhus

This plugin looks great from the description. Please add it as declarative option to the pipeline.

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

reitzmichnicht@gmx.de (JIRA)

unread,
Sep 4, 2019, 10:20:02 AM9/4/19
to jenkinsc...@googlegroups.com
Michael Düsterhus updated an issue
Change By: Michael Düsterhus
This plugin looks great from the description. Please add it as declarative option to the pipeline.

Something like:

{code:java}
pipeline {
  options {
    cleanWorkspaces(runBefore: true)
  }
  ...
}
{code}

Or directly call it in any post section as normal step.

pjdarton@gmail.com (JIRA)

unread,
Sep 24, 2019, 11:31:02 AM9/24/19
to jenkinsc...@googlegroups.com
pjdarton assigned an issue to Unassigned
Change By: pjdarton
Assignee: tspengler
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

pjdarton@gmail.com (JIRA)

unread,
Sep 24, 2019, 11:32:02 AM9/24/19
to jenkinsc...@googlegroups.com
pjdarton commented on Improvement JENKINS-59226
 
Re: Add support for declarative pipeline

I have no idea how to do that ... but if you can find another plugin whose functionality can be called from a pipeline like that (and provide an example of its use), then I might take a look at how to do the same thing with this plugin.

Reply all
Reply to author
Forward
0 new messages