[JIRA] (JENKINS-56427) Phabricator plugin DSL missing workDir parameter

2 views
Skip to first unread message

dplecki@uber.com (JIRA)

unread,
Mar 5, 2019, 9:33:02 PM3/5/19
to jenkinsc...@googlegroups.com
Dylan Plecki created an issue
 
Jenkins / Bug JENKINS-56427
Phabricator plugin DSL missing workDir parameter
Issue Type: Bug Bug
Assignee: Daniel Spilker
Components: job-dsl-plugin
Created: 2019-03-06 02:32
Priority: Minor Minor
Reporter: Dylan Plecki

The Phabricator Jenkins plugin exposes a "workDir" argument (added in this commit) which allows the user to configure in which directory the arcanist/phabricator commands are run in under the workspace. This is not yet present in the Groovy DSL configuration.

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

dplecki@uber.com (JIRA)

unread,
Mar 5, 2019, 10:27:02 PM3/5/19
to jenkinsc...@googlegroups.com

dplecki@uber.com (JIRA)

unread,
Mar 5, 2019, 10:27:02 PM3/5/19
to jenkinsc...@googlegroups.com

dplecki@uber.com (JIRA)

unread,
Mar 5, 2019, 10:28:01 PM3/5/19
to jenkinsc...@googlegroups.com
Dylan Plecki assigned an issue to Dylan Plecki
 
Change By: Dylan Plecki
Assignee: Daniel Spilker Dylan Plecki

dplecki@uber.com (JIRA)

unread,
Mar 5, 2019, 10:28:02 PM3/5/19
to jenkinsc...@googlegroups.com
Dylan Plecki assigned an issue to Daniel Spilker
Change By: Dylan Plecki
Assignee: Dylan Plecki Daniel Spilker

mail@daniel-spilker.com (JIRA)

unread,
Mar 9, 2019, 4:04:02 PM3/9/19
to jenkinsc...@googlegroups.com
Daniel Spilker resolved as Not A Defect
 

This is already supported by the Dynamic DSL:

 

job('example') {
  wrappers {
    phabricatorBuildWrapper {
      createCommit(true)
      applyToMaster(true)
      skipForcedClean(false)
      createBranch(false)
      patchWithForceFlag(true)
      skipApplyPatch(false)
      scmType('git')
      workDir('test')
    }
  }
}
Change By: Daniel Spilker
Status: Open Resolved
Resolution: Not A Defect

mail@daniel-spilker.com (JIRA)

unread,
Mar 11, 2020, 8:57:02 AM3/11/20
to jenkinsc...@googlegroups.com
Daniel Spilker closed an issue as Not A Defect
Change By: Daniel Spilker
Status: Resolved Closed
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages