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

Config files are not updated

XMLWordPrintable

      When using Job DSL to create config files, existing config files are never updated and new config files are created with each run of the seed job.

      How to reproduce:

      • create a seed job with the following script:
        customConfigFile('acme-settings') {
            comment('Settings for ACME tools')
            content('ACME')
        }
        
      • run the seed job twice
      • check the managed files

            daspilker Daniel Spilker
            daspilker Daniel Spilker
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: