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

patterns arg not being evaluated by the DSL plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • ws-cleanup-plugin
    • None
    • Jenkins ver. 2.73.3, Workspace Cleanup Plugin 0.34
      and
      Jenkins ver. 2.176.3, Workspace Cleanup Plugin 0.37

      This snippet compiles correctly, but the pattern is not included in ws-cleanup's box in the job config GUI:

      job.publishers {
          cleanWs {
              cleanWhenAborted(true)
              cleanWhenFailure(true)
              cleanWhenNotBuilt(true)
              cleanWhenSuccess(true)
              cleanWhenUnstable(true)
              deleteDirs(true)
              patterns: [
                  [
                      pattern: '.propsfile',
                      type: 'EXCLUDE'
                  ]
              ]
          }
      }
      

      Thank you for the help!

            olivergondza Oliver Gondža
            drewsonos Drew Waranis
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: