Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Version 26

Compare
Choose a tag to compare
@nabilshafi1 nabilshafi1 released this 19 Nov 15:00
· 104 commits to master since this release

Feature

  • Added JSON schema for pipeline configuration. It makes editing a lot better, you get code completion and validation.
  • Configuration is now shareable between the projects that are composed of multiple repositories. For details please refer to the documentation.
  • TMS can be used for uploading files, see documentation for details on how to configure it.

Improvements

  • Now specific URLs can be excluded from being checked in context of ERP API whitelists.
  • Jacoco threshold are now configurable to make it more strict. For details please refer to the documentation
  • The container images used for Cx Server have changed. cx-server will offer you to migrate to the new images. The migration is highly recommended, because the old images are no longer maintained.
  • Support sonarqube scan for better inspection of code, see documentation for information on how to configure.

Fix

  • Throw warning when pipeline is running on non-multibranch job.
  • Throw error if application name contains underscore because cloud foundry doesn't support underscores.
  • Throw warning if application name contains non-alphanumeric characters.