mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-05 15:15:44 +02:00
* Provide response from tms file upload also in case of return codes outside 2xx * Update src/com/sap/piper/integration/TransportManagementService.groovy Co-Authored-By: Oliver Feldmann <oliver.feldmann@sap.com> * Update src/com/sap/piper/integration/TransportManagementService.groovy Co-Authored-By: Oliver Feldmann <oliver.feldmann@sap.com> * consider re-running in verbose mode only if we are not in verbose mode * Add missing script reference when calling error * avoid curl --fail in order to get also a response in case of 4xx 5xx * add missing write-out * --output instead of -o * fix syntax errors * fix codeclimat issue * fix unit tests /1 * Adjust unit tests * More unit tests * Use other texts in verbose mode and non verbose mode in case of a failure in order to avoid issue with hanging log messages surviving a test case (... should not be the case). For the non verbose mode we check the http response code since there is not message we can check. * Now with the full comment explaining the 418 * Provide different responses for verbose and non-verbose mode in order to distinguish the cases Co-authored-by: Oliver Feldmann <oliver.feldmann@sap.com>