Copyartifact: more integration with workflow

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      (current feature)
      Copyartifact 1.34 introduced integration with workflow plugin.
      You can use copyartifact in workflow jobs like this:

      step([
        $class: 'CopyArtifact', projectName: 'test', filter: '**/*',
        selector: [$class: 'StatusBuildSelector', stable: false]
      ])
      

      (expected improvement)
      Workflow plugin provides plugins a way to define its own step functions like this:

      copyartifact projectName: 'test', filter: '**/*', selector: [$class: 'StatusBuildSelector', stable: false]
      

            Assignee:
            Unassigned
            Reporter:
            ikedam
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: