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

Version 45

Latest
Compare
Choose a tag to compare
@daniel-kurzynski daniel-kurzynski released this 18 Nov 11:46
· 7 commits to master since this release

v45

⚠️ Deprecation of SAP Cloud SDK Pipeline

This is the last planned released of the SAP Cloud SDK Pipeline. In the last months the SAP Cloud SDK Pipeline and its features were migrated into the General Purpose Pipeline of project "Piper" which will replace the SAP Cloud SDK Pipeline and should be used instead. The reasoning as well as further information how to adopt the General Purpose Pipeline are described in the guide.

Note: For SAP internal teams there is an additional guide which will cover some SAP specific aspects. This guide can be found in the SAP internal extension repository.

⚠️ Breaking changes

checkGatling renamed to gatlingExecuteTests

The step checkGatling has been migrated as gatlingExecuteTests into Project 'Piper', adopting the naming convention for steps.
This step is executed by the Cloud SDK Pipeline in the stage performanceTests, but only if it is enabled via step configuration.
This step configuration has to be adapted in your .pipeline/config.yml as shown in the diff below:

steps:
- checkGatling:
+ gatlingExecuteTests:
    enabled: true