Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: svn-tag-plugin
-
Labels:
-
Similar Issues:
Description
svn-tag should implement SimpleBuildStep to allow tighter workflow integration.
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'.