Gitea Plugin Versions Save

This plugin provides the Jenkins integration for Gitea.

1.4.7

4 months ago

🚀 New features and improvements

  • Add gitea release handling (#60) @Mai-Lapyst

1.4.6

5 months ago

🐛 Bug fixes

  • Fix JENKINS-69719 - : Fetch PR data from target repo (#67) @astos-marcb

📝 Documentation updates

  • separate the last info section (#64) @jan-ruzicka-c

👻 Maintenance

  • Replace deprecated 'recommendedConfigurations' with replacement (#66) @NotMyFault

✍ Other changes

  • Update documentation (#65) @crapStone

1.4.4

1 year ago

🚀 New features and improvements

  • Branch discovery: Add strategy for all branches that also files PRs and master / main branch (#56) @pavog

🐛 Bug fixes

  • Fix JENKINS-67807 - : Use system level access to fetch the access token (#61) @gtudan
  • Use username from sshkey credentials instead of "git" when checking out with ssh:// (#55) @pavog

📝 Documentation updates

  • JENKINS-69027 - Add hint regarding Gitea 1.16.9 API permissions (#58) @justusbunsi

📦 Dependency updates

  • bump jenkins infra actions to use release drafter body (#57) @jetersen

1.4.3

2 years ago

✍ Other changes

  • fix JENKINS-68435 - : Revert "Remove useless code for building clone url… (#52) @cs8898

1.4.2

2 years ago

🚀 New features and improvements

  • Displays the repository avatar in Jenkins (#49) @kins-dev

👻 Maintenance

  • Remove useless code for building clone url (#50) @justusbunsi

1.4.1

2 years ago

🚀 New features and improvements

  • Provide dedicated symbol for personal access token (#46) @justusbunsi

🐛 Bug fixes

  • JENKINS-67068 - Fix regression for branch names with slashes (#44) @justusbunsi

👻 Maintenance

  • Add codestyle checks (#45) @justusbunsi
  • Fix release versioning + incremental builds (#43) @justusbunsi

1.4.0--rc182.9eb947470fcf

2 years ago

This is the first automated release. The next one won't have such suffix.


  • Enable cd workflow (#35) @justusbunsi
  • Dependency updates (#40) @justusbunsi
  • fix: help typo (#39) @viceice

🚀 New features and improvements

  • Make plugin compatible with Job DSL (#41) @LEDfan
  • feat(webhook): support branch/tag delete events (JENKINS-66638 - ). (#36) @mortenkri
  • feat: add archived filter (JENKINS-64353 - ) (#27) @viceice

🐛 Bug fixes

  • fix(webhook): fix that new tags are not discovered automatically via TagDiscoveryTrait and webhooks. (#38) @mortenkri
  • fix(webhook): fix NPE when saving OrganizationFolder using WebhookRegistrationTrait. (#37) @mortenkri
  • Fixes JENKINS-60331 - (#34) @mortenkri
  • FIX JENKINS-60017 - (#24) @mecseid

gitea-1.3.0

2 years ago
  • ENHANCEMENTS
    • Compatibility with Gitea 1.12+ - support API paging requests #31 JENKINS-63048
    • Remove unnecessary branch retrieval loop to improve performance #29 JENKINS-65796
    • Send WARNING state to Gitea Status API for unstable builds #26 JENKINS-63257
  • BUGS
    • SCMSource: Check task authentication context when looking forcredentials #30 JENKINS-62326