mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
transport request upload file: Short notice about not working CTS upload (#1631)
Co-authored-by: Thorsten Duda <thorsten.duda@sap.com>
This commit is contained in:
parent
0fd9c4be84
commit
7a132206a9
@ -2,6 +2,8 @@
|
||||
|
||||
## ${docGenDescription}
|
||||
|
||||
CTS upload is currently not supported. We are working on a new way to handle CTS uploads.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* **[Change Management Client 2.0.0 or compatible version](http://central.maven.org/maven2/com/sap/devops/cmclient/dist.cli/)** - available for download on Maven Central. **Note:** This is only required if you don't use a Docker-based environment.
|
||||
@ -88,6 +90,9 @@ transportRequestUploadFile(
|
||||
]
|
||||
)
|
||||
// CTS
|
||||
|
||||
// NOTE: CTS upload currently not supported!
|
||||
|
||||
transportRequestUploadFile(
|
||||
script: this,
|
||||
transportRequestId: '001', // typically provided via git commit history
|
||||
|
Loading…
Reference in New Issue
Block a user