Uploaded image for project: 'Nuxeo Drive '
  1. Nuxeo Drive
  2. NXDRIVE-1513

Use archiveArtifacts instead of deprecated archive in Jenkinsfiles

    XMLWordPrintable

    Details

    • Type: Clean up
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 4.0.4
    • Fix Version/s: 4.1.0
    • Component/s: Packaging / Build

      Description

      Our jobs are printing:

      The archive step is deprecated, please use archiveArtifacts instead.

      The current code is something like:

      archive 'dist/*.zip'
      

      New code to use:

      archiveArtifacts artifacts: 'dist/*.zip', fingerprint: true
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 35 minutes
                35m