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

archiveArtifacts artifacts: syntax silently ignored

XMLWordPrintable

      Syntax for archiving artifacts in the pipeline used to be

       

      archiveArtifacts artifacts: '*/.log'

       

      Now statements like this are simply silently ignored (build does not fail, it just does not do any archiving)

       

      The Pipeline Syntax generator now seems to generate

       

      step archiveArtifacts('*/.log')

       

      Was this an intentional change (basically all pipelines need to be changed to the new way? Shouldn't at the very least the builds fail instead of silently ignoring archiving?

       

      It used to work with LTS 2.73.2 and now fails with LTS 2.73.3

            Unassigned Unassigned
            tario Patrick Ruckstuhl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: