Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: 7f0853784f09cdfa8fd8159414d3a4de4eb7091a
      
https://github.com/jenkinsci/thin-backup-plugin/commit/7f0853784f09cdfa8fd8159414d3a4de4eb7091a
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-07 (Wed, 07 Feb 2024)

  Changed paths:
    M pom.xml
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.jelly

  Log Message:
  -----------
  support jcasc and renovate plugin


  Commit: 25f4d2455edd41b9c4bdb5d9b44608165afadf84
      
https://github.com/jenkinsci/thin-backup-plugin/commit/25f4d2455edd41b9c4bdb5d9b44608165afadf84
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMatrixJob.java

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: df397e4cb7a3e6a99686eb4b25a9f7ca028a89a2
      
https://github.com/jenkinsci/thin-backup-plugin/commit/df397e4cb7a3e6a99686eb4b25a9f7ca028a89a2
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  mark incompatible with older versions


  Commit: 9d0afe3db747296436b99fd5eb5f1e0bcbd7aca9
      
https://github.com/jenkinsci/thin-backup-plugin/commit/9d0afe3db747296436b99fd5eb5f1e0bcbd7aca9
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M pom.xml
    A 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsConfigAsCode.java
    A src/test/resources/configuration-as-code.yml

  Log Message:
  -----------
  mark incompatible with older versions


  Commit: 51075ceeab0e37e918b92d3d15a64145f313c7a2
      
https://github.com/jenkinsci/thin-backup-plugin/commit/51075ceeab0e37e918b92d3d15a64145f313c7a2
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M README.md

  Log Message:
  -----------
  add JCasC documentation


  Commit: 1c1d9418dd6f67e9f8022dcfb35198ae1c21206a
      
https://github.com/jenkinsci/thin-backup-plugin/commit/1c1d9418dd6f67e9f8022dcfb35198ae1c21206a
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.jelly
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsConfigAsCode.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java
    M src/test/resources/configuration-as-code.yml

  Log Message:
  -----------
  plugin works now with JCasC


  Commit: fd28bce8563e28c3ddd9f502108cc76146b600ad
      
https://github.com/jenkinsci/thin-backup-plugin/commit/fd28bce8563e28c3ddd9f502108cc76146b600ad
  Author: Stefan Spieker <[email protected]>
  Date:   2024-02-18 (Sun, 18 Feb 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java

  Log Message:
  -----------
  handle get more robust if no jenkins instance is running, e.g. in unit tests


  Commit: 49e876322c4dc228433459ec057792955166ec48
      
https://github.com/jenkinsci/thin-backup-plugin/commit/49e876322c4dc228433459ec057792955166ec48
  Author: Basil Crow <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    A .git-blame-ignore-revs
    M README.md
    M pom.xml
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/BackupSet.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/DirectoriesZipper.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/HudsonBackup.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/PluginList.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/HudsonRestore.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/PluginRestoreUpdateCenter.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/EnvironmentVariableNotDefinedException.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/ExistsAndReadableFileFilter.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/Utils.java
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestHelper.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsConfigAsCode.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/BackupDirStructureSetup.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMatrixJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMultibranchJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupPromotedJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupSet.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupWithCloudBeesFolder.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupZipping.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestHudsonBackup.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestPluginList.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/restore/TestHudsonRestore.java
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/utils/TestUtils.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jcasc


  Commit: db5e912288538da376e52e3646a447cf521f2a32
      
https://github.com/jenkinsci/thin-backup-plugin/commit/db5e912288538da376e52e3646a447cf521f2a32
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  Update 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

Co-authored-by: Basil Crow <[email protected]>


  Commit: 84410bc20deac8ec31b02254f836181cfd97631f
      
https://github.com/jenkinsci/thin-backup-plugin/commit/84410bc20deac8ec31b02254f836181cfd97631f
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  Update 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

Co-authored-by: Basil Crow <[email protected]>


  Commit: cb431a2a3a3cc9a11b8fb79ad8cc10561ac890a5
      
https://github.com/jenkinsci/thin-backup-plugin/commit/cb431a2a3a3cc9a11b8fb79ad8cc10561ac890a5
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  move config to new location if no new config present


  Commit: 18a645d9c9e8e15f06d60384c50a11b6d884796c
      
https://github.com/jenkinsci/thin-backup-plugin/commit/18a645d9c9e8e15f06d60384c50a11b6d884796c
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M README.md
    M src/test/resources/configuration-as-code.yml

  Log Message:
  -----------
  rename Extension also in examples


  Commit: 4d0bb50afafb8580da65edac0cdd0318eb5d76a8
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4d0bb50afafb8580da65edac0cdd0318eb5d76a8
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java

  Log Message:
  -----------
  fixed test


  Commit: 2b150a422c23fe6e2c60055ace18492e9129ffda
      
https://github.com/jenkinsci/thin-backup-plugin/commit/2b150a422c23fe6e2c60055ace18492e9129ffda
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-01 (Fri, 01 Mar 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.jelly

  Log Message:
  -----------
  restored deleted method


  Commit: 4fd25cfbeaa71c7156fe309de63301ab547a81cc
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4fd25cfbeaa71c7156fe309de63301ab547a81cc
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: ac13e7add88284d4a21b7e685803426e1e3c8bd1
      
https://github.com/jenkinsci/thin-backup-plugin/commit/ac13e7add88284d4a21b7e685803426e1e3c8bd1
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    A 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsWithOldConfig.java
    A 
src/test/resources/org/jvnet/hudson/plugins/thinbackup/TestJenkinsWithOldConfig/thinBackup.xml

  Log Message:
  -----------
  added testcase for checking conversion of old to new config file


  Commit: 4f8e0c9916d984418c7f68cfddd41117372312ed
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4f8e0c9916d984418c7f68cfddd41117372312ed
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  fixed format issues


  Commit: d5916c2661161aaa2bb0e90d64f634f8febc0628
      
https://github.com/jenkinsci/thin-backup-plugin/commit/d5916c2661161aaa2bb0e90d64f634f8febc0628
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsWithOldConfig.java

  Log Message:
  -----------
  fixed spotless issues


  Commit: 4e88cb0146b10986c6fb165cd3fe6ea3c0776aad
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4e88cb0146b10986c6fb165cd3fe6ea3c0776aad
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/HudsonBackup.java

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: 13099dee277faf0ddb4fba42108f2fa41f5da912
      
https://github.com/jenkinsci/thin-backup-plugin/commit/13099dee277faf0ddb4fba42108f2fa41f5da912
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.jelly

  Log Message:
  -----------
  fixed restore


  Commit: fae20b049d4839e97930c406cedaa37c023d71c6
      
https://github.com/jenkinsci/thin-backup-plugin/commit/fae20b049d4839e97930c406cedaa37c023d71c6
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-24 (Sun, 24 Mar 2024)

  Changed paths:
    A src/test/java/org/jvnet/hudson/plugins/thinbackup/TestConfigWithUi.java

  Log Message:
  -----------
  introduce test with htmlUnit


  Commit: 7d70e4a045d2a160eaee784cdde433b977f80754
      
https://github.com/jenkinsci/thin-backup-plugin/commit/7d70e4a045d2a160eaee784cdde433b977f80754
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: 8e39dd33e01b720340634a7a6053d365a3497b33
      
https://github.com/jenkinsci/thin-backup-plugin/commit/8e39dd33e01b720340634a7a6053d365a3497b33
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-30 (Sat, 30 Mar 2024)

  Changed paths:
    M README.md
    M images/thinBackup.png
    A images/thinBackupOld.png
    M images/thinBackupSettings.png
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.jelly
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.properties
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings_de.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index_de.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config_de.properties
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestConfigWithUi.java

  Log Message:
  -----------
  moved config to global configuration and improved documentation


  Commit: d0f5c65f159868255a8cefd78c620c2356ab9210
      
https://github.com/jenkinsci/thin-backup-plugin/commit/d0f5c65f159868255a8cefd78c620c2356ab9210
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-30 (Sat, 30 Mar 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'jcasc' of https://github.com/jenkinsci/thin-backup-plugin into 
jcasc


  Commit: 9568847e584376a50ea5b48c47a24e1f8279fd7f
      
https://github.com/jenkinsci/thin-backup-plugin/commit/9568847e584376a50ea5b48c47a24e1f8279fd7f
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-31 (Sun, 31 Mar 2024)

  Changed paths:
    M images/restore.png
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties

  Log Message:
  -----------
  applied suggestions to apply new styling


  Commit: 7f0dbecfd3673c6974d70a2b7dd296fcf1888c8d
      
https://github.com/jenkinsci/thin-backup-plugin/commit/7f0dbecfd3673c6974d70a2b7dd296fcf1888c8d
  Author: Stefan Spieker <[email protected]>
  Date:   2024-03-31 (Sun, 31 Mar 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/PluginList.java

  Log Message:
  -----------
  replaced StringUtils functions with plain java


  Commit: 556594d4918b6cd10656634b7ff395cc3d75725b
      
https://github.com/jenkinsci/thin-backup-plugin/commit/556594d4918b6cd10656634b7ff395cc3d75725b
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/PluginList.java

  Log Message:
  -----------
  fixed spotless


  Commit: 442443f3a374b1a019b02db6edc14682c2359528
      
https://github.com/jenkinsci/thin-backup-plugin/commit/442443f3a374b1a019b02db6edc14682c2359528
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/HudsonBackup.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/HudsonRestore.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/PluginRestoreUpdateCenter.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/Utils.java
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestHelper.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMatrixJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMultibranchJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupPromotedJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupWithCloudBeesFolder.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupZipping.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestHudsonBackup.java
    R 
src/test/java/org/jvnet/hudson/plugins/thinbackup/restore/TestHudsonRestore.java
    A src/test/java/org/jvnet/hudson/plugins/thinbackup/restore/TestRestore.java

  Log Message:
  -----------
  use Jenkins.get() and rewrote tests to use JenkinsRule to test with real 
jenkins and not only mock data


  Commit: a0860caaea43fb5e76b33f446b6943d432ff724f
      
https://github.com/jenkinsci/thin-backup-plugin/commit/a0860caaea43fb5e76b33f446b6943d432ff724f
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestHelper.java

  Log Message:
  -----------
  fixed spotless


  Commit: 54ebe944eb951c23064af747c674b6f238de69a8
      
https://github.com/jenkinsci/thin-backup-plugin/commit/54ebe944eb951c23064af747c674b6f238de69a8
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config_de.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupAdditionalFiles.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupAdditionalFiles_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildArchive.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildArchive_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildResults.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildResults_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildsToKeepOnly.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildsToKeepOnly_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupNextBuildNumber.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupNextBuildNumber_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPath.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPath_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPluginArchives.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPluginArchives_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupUserContents.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupUserContents_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-cleanupDiff.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-cleanupDiff_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-diffBackupSchedule.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-diffBackupSchedule_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-excludedFilesRegex.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-excludedFilesRegex_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-failFast.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-failFast_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-forceQuietModeTimeout.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-forceQuietModeTimeout_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-fullBackupSchedule.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-fullBackupSchedule_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-moveOldBackupsToZipFile.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-moveOldBackupsToZipFile_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-nrMaxStoredFull.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-nrMaxStoredFull_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restore.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restoreNextBuildNumber.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restoreNextBuildNumber_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restorePlugins.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restorePlugins_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restore_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-waitForIdle.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-waitForIdle_de.html
    R src/main/webapp/help/help-backupAdditionalFiles.html
    R src/main/webapp/help/help-backupAdditionalFiles_de.html
    R src/main/webapp/help/help-backupBuildArchive.html
    R src/main/webapp/help/help-backupBuildArchive_de.html
    R src/main/webapp/help/help-backupBuildResults.html
    R src/main/webapp/help/help-backupBuildResults_de.html
    R src/main/webapp/help/help-backupBuildToKeepOnly.html
    R src/main/webapp/help/help-backupBuildToKeepOnly_de.html
    R src/main/webapp/help/help-backupConfigHistory.html
    R src/main/webapp/help/help-backupConfigHistory_de.html
    R src/main/webapp/help/help-backupNextBuildNumber.html
    R src/main/webapp/help/help-backupNextBuildNumber_de.html
    R src/main/webapp/help/help-backupPath.html
    R src/main/webapp/help/help-backupPath_de.html
    R src/main/webapp/help/help-backupPlugins.html
    R src/main/webapp/help/help-backupPlugins_de.html
    R src/main/webapp/help/help-backupUserContent.html
    R src/main/webapp/help/help-backupUserContent_de.html
    R src/main/webapp/help/help-cleanupDiff.html
    R src/main/webapp/help/help-cleanupDiff_de.html
    R src/main/webapp/help/help-diffBackupSchedule.html
    R src/main/webapp/help/help-diffBackupSchedule_de.html
    R src/main/webapp/help/help-excludedFilesRegex.html
    R src/main/webapp/help/help-excludedFilesRegex_de.html
    R src/main/webapp/help/help-failFast.html
    R src/main/webapp/help/help-failFast_de.html
    R src/main/webapp/help/help-forceQuietModeTimeout.html
    R src/main/webapp/help/help-forceQuietModeTimeout_de.html
    R src/main/webapp/help/help-fullBackupSchedule.html
    R src/main/webapp/help/help-fullBackupSchedule_de.html
    R src/main/webapp/help/help-moveOldBackupsToZipFile.html
    R src/main/webapp/help/help-moveOldBackupsToZipFile_de.html
    R src/main/webapp/help/help-nrMaxStoredFull.html
    R src/main/webapp/help/help-nrMaxStoredFull_de.html
    R src/main/webapp/help/help-restore.html
    R src/main/webapp/help/help-restoreNextBuildNumber.html
    R src/main/webapp/help/help-restoreNextBuildNumber_de.html
    R src/main/webapp/help/help-restorePlugins.html
    R src/main/webapp/help/help-restorePlugins_de.html
    R src/main/webapp/help/help-restore_de.html
    R src/main/webapp/help/help-waitForIdle.html
    R src/main/webapp/help/help-waitForIdle_de.html
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestConfigWithUi.java

  Log Message:
  -----------
  apllied jelly refactoring and simplified configure(...) method


  Commit: cdbc068eed4a44c7d2572f49735889109eaa31a8
      
https://github.com/jenkinsci/thin-backup-plugin/commit/cdbc068eed4a44c7d2572f49735889109eaa31a8
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restore.html
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restoreNextBuildNumber.html
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restoreNextBuildNumber_de.html
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restorePlugins.html
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restorePlugins_de.html
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-restore_de.html
    A src/main/webapp/help/help-restore.html
    A src/main/webapp/help/help-restoreNextBuildNumber.html
    A src/main/webapp/help/help-restoreNextBuildNumber_de.html
    A src/main/webapp/help/help-restorePlugins.html
    A src/main/webapp/help/help-restorePlugins_de.html
    A src/main/webapp/help/help-restore_de.html

  Log Message:
  -----------
  moved accidently copied helpfiles back


  Commit: 4c6febecdb4caae8def66047efbb8fb29325cc54
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4c6febecdb4caae8def66047efbb8fb29325cc54
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    A .mvn/extensions.xml
    A .mvn/maven.config
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: bb591546c91996a4a30500b2594cf0074bf79ee6
      
https://github.com/jenkinsci/thin-backup-plugin/commit/bb591546c91996a4a30500b2594cf0074bf79ee6
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  removed now unused Mockito dependency


  Commit: fcfe7db03f3361a247f8960cdc203c1c4b51f025
      
https://github.com/jenkinsci/thin-backup-plugin/commit/fcfe7db03f3361a247f8960cdc203c1c4b51f025
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update pom.xml

Co-authored-by: Basil Crow <[email protected]>


  Commit: 9cba41c16f7be676380d46a42783e464ed525665
      
https://github.com/jenkinsci/thin-backup-plugin/commit/9cba41c16f7be676380d46a42783e464ed525665
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
    A .github/workflows/jenkins-security-scan.yml

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: b513ac384b6c9ea02577a6934ddcf9ba5dfbcaf5
      
https://github.com/jenkinsci/thin-backup-plugin/commit/b513ac384b6c9ea02577a6934ddcf9ba5dfbcaf5
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  added missing permission checks and added missing formValidation


  Commit: 4ebf35c9492530d4a317e384b888826518f391de
      
https://github.com/jenkinsci/thin-backup-plugin/commit/4ebf35c9492530d4a317e384b888826518f391de
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java

  Log Message:
  -----------
  added @POST where missing


  Commit: a3ba7672ac6a75ec36ff80ef2281425a8648e435
      
https://github.com/jenkinsci/thin-backup-plugin/commit/a3ba7672ac6a75ec36ff80ef2281425a8648e435
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
    M .mvn/extensions.xml
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into jcasc


  Commit: 5cc958fec033aa9c13c62f54daab3c3d777a06c0
      
https://github.com/jenkinsci/thin-backup-plugin/commit/5cc958fec033aa9c13c62f54daab3c3d777a06c0
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.jelly

  Log Message:
  -----------
  use POST for triggering manual backup


  Commit: 3e9363db8e1cda9f1475bc9171e03198bd8e62f1
      
https://github.com/jenkinsci/thin-backup-plugin/commit/3e9363db8e1cda9f1475bc9171e03198bd8e62f1
  Author: Stefan Spieker <[email protected]>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

  Changed paths:
    M README.md
    M images/restore.png
    M images/thinBackup.png
    A images/thinBackupOld.png
    M images/thinBackupSettings.png
    M pom.xml
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/HudsonBackup.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/PluginList.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/HudsonRestore.java
    M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/PluginRestoreUpdateCenter.java
    M src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/Utils.java
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.jelly
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings.properties
    R 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/backupsettings_de.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/index_de.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.jelly
    M 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink/restoreOptions.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/config_de.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupAdditionalFiles.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupAdditionalFiles_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildArchive.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildArchive_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildResults.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildResults_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildsToKeepOnly.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupBuildsToKeepOnly_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupConfigHistory_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupNextBuildNumber.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupNextBuildNumber_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPath.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPath_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPluginArchives.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupPluginArchives_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupUserContents.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-backupUserContents_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-cleanupDiff.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-cleanupDiff_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-diffBackupSchedule.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-diffBackupSchedule_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-excludedFilesRegex.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-excludedFilesRegex_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-failFast.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-failFast_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-forceQuietModeTimeout.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-forceQuietModeTimeout_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-fullBackupSchedule.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-fullBackupSchedule_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-moveOldBackupsToZipFile.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-moveOldBackupsToZipFile_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-nrMaxStoredFull.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-nrMaxStoredFull_de.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-waitForIdle.html
    A 
src/main/resources/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl/help-waitForIdle_de.html
    R src/main/webapp/help/help-backupAdditionalFiles.html
    R src/main/webapp/help/help-backupAdditionalFiles_de.html
    R src/main/webapp/help/help-backupBuildArchive.html
    R src/main/webapp/help/help-backupBuildArchive_de.html
    R src/main/webapp/help/help-backupBuildResults.html
    R src/main/webapp/help/help-backupBuildResults_de.html
    R src/main/webapp/help/help-backupBuildToKeepOnly.html
    R src/main/webapp/help/help-backupBuildToKeepOnly_de.html
    R src/main/webapp/help/help-backupConfigHistory.html
    R src/main/webapp/help/help-backupConfigHistory_de.html
    R src/main/webapp/help/help-backupNextBuildNumber.html
    R src/main/webapp/help/help-backupNextBuildNumber_de.html
    R src/main/webapp/help/help-backupPath.html
    R src/main/webapp/help/help-backupPath_de.html
    R src/main/webapp/help/help-backupPlugins.html
    R src/main/webapp/help/help-backupPlugins_de.html
    R src/main/webapp/help/help-backupUserContent.html
    R src/main/webapp/help/help-backupUserContent_de.html
    R src/main/webapp/help/help-cleanupDiff.html
    R src/main/webapp/help/help-cleanupDiff_de.html
    R src/main/webapp/help/help-diffBackupSchedule.html
    R src/main/webapp/help/help-diffBackupSchedule_de.html
    R src/main/webapp/help/help-excludedFilesRegex.html
    R src/main/webapp/help/help-excludedFilesRegex_de.html
    R src/main/webapp/help/help-failFast.html
    R src/main/webapp/help/help-failFast_de.html
    R src/main/webapp/help/help-forceQuietModeTimeout.html
    R src/main/webapp/help/help-forceQuietModeTimeout_de.html
    R src/main/webapp/help/help-fullBackupSchedule.html
    R src/main/webapp/help/help-fullBackupSchedule_de.html
    R src/main/webapp/help/help-moveOldBackupsToZipFile.html
    R src/main/webapp/help/help-moveOldBackupsToZipFile_de.html
    R src/main/webapp/help/help-nrMaxStoredFull.html
    R src/main/webapp/help/help-nrMaxStoredFull_de.html
    R src/main/webapp/help/help-waitForIdle.html
    R src/main/webapp/help/help-waitForIdle_de.html
    A src/test/java/org/jvnet/hudson/plugins/thinbackup/TestConfigWithUi.java
    M src/test/java/org/jvnet/hudson/plugins/thinbackup/TestHelper.java
    A 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsConfigAsCode.java
    A 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestJenkinsWithOldConfig.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMatrixJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupMultibranchJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupPromotedJob.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupWithCloudBeesFolder.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestBackupZipping.java
    M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/backup/TestHudsonBackup.java
    R 
src/test/java/org/jvnet/hudson/plugins/thinbackup/restore/TestHudsonRestore.java
    A src/test/java/org/jvnet/hudson/plugins/thinbackup/restore/TestRestore.java
    A src/test/resources/configuration-as-code.yml
    A 
src/test/resources/org/jvnet/hudson/plugins/thinbackup/TestJenkinsWithOldConfig/thinBackup.xml

  Log Message:
  -----------
  Merge pull request #125 from jenkinsci/jcasc

support jcasc and renovate plugin


Compare: 
https://github.com/jenkinsci/thin-backup-plugin/compare/d9459280175b...3e9363db8e1c

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/thin-backup-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/thin-backup-plugin/push/refs/heads/master/d94592-3e9363%40github.com.

Reply via email to