Ekaterina Kazachkova
Ekaterina Kazachkova
The following actions are not supported for bitbucket repositories (due to Bitbucket Server API does [not support](https://community.atlassian.com/t5/Bitbucket-questions/How-to-delete-file-using-bitbucket-server-REST-APIs/qaq-p/1967162) file deletion): - DELETE `pipeline/{id}/file` - DELETE `pipeline/{id}/folder` - POST `pipeline/{id}/folder` (when `previousPath`...
@rodichenko a new field `workersPrice` added to pipeline run output object. This value indicates the total price for all cluster workers.
Added support for el6 Linux distros: - if `bundle.info` file does not exists `Cloud Pipeline CLI` will be updated as in case with not `centos6` dist - if `bundle.info` contains...
According to the AWS doc: "A pre-calculated checksum value provided with the request disables automatic computation by the SDK and uses the provided value instead." Let's look at this approach...