Jesse Glick resolved New Feature JENKINS-26949 as Won't Fix

Not really possible. The plugin is built to look up the AbstractProject.scm, for which there is no unique equivalent in a WorkflowJob.

Anyway you can always just sh "svn cp . ${repo} \$BUILD_TAG" or the like from a Workflow. If there is a need for a Workflow step that runs Subversion commands using SVNKit and the authenticator included in the subversion plugin, this would better be done as a distinct plugin, e.g. svn args: ['cp', '.', repo, env.BUILD_TAG], credentialsId: 'my-login'.

Change By: Jesse Glick (17/Mar/15 6:34 PM)
Status: Open Resolved
Resolution: Won't Fix
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to