Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31247

Copyartifact: more integration with workflow

    XMLWordPrintable

Details

    Description

      (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]
      

      Attachments

        Issue Links

          Activity

            Is this ticket OBE with 1.39?

            aarondmarasco_vsi Aaron D. Marasco added a comment - Is this ticket OBE with 1.39?
            ikedam ikedam added a comment -

            Pipeline expressions are now supported in copyartifact-1.39, JENKINS-46700 .

            ikedam ikedam added a comment - Pipeline expressions are now supported in copyartifact-1.39, JENKINS-46700 .
            ikedam ikedam added a comment -

            Out-of-Body Experience?

            ikedam ikedam added a comment - Out-of-Body Experience?

            ikedam Overcome By Events, sorry.

            aarondmarasco_vsi Aaron D. Marasco added a comment - ikedam Overcome By Events, sorry.
            ikedam ikedam added a comment -

            aarondmarasco_vsi Oh, I got. Thanks!

            ikedam ikedam added a comment - aarondmarasco_vsi Oh, I got. Thanks!

            People

              Unassigned Unassigned
              ikedam ikedam
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: