이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 105. OtherArtifact schema reference
Used in: Plugin
Property | Property type | Description |
---|---|---|
type | string |
Must be |
url | string |
URL of the artifact which will be downloaded. Streams for Apache Kafka does not do any security scanning of the downloaded artifacts. For security reasons, you should first verify the artifacts manually and configure the checksum verification to make sure the same artifact is used in the automated build. Required for |
sha512sum | string |
SHA512 checksum of the artifact. Optional. If specified, the checksum will be verified while building the new container. If not specified, the downloaded artifact will not be verified. Not applicable to the |
fileName | string | Name under which the artifact will be stored. |
insecure | boolean |
By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to |