mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
82 lines
2.8 KiB
YAML
82 lines
2.8 KiB
YAML
metadata:
|
|
name: abapAddonAssemblyKitPublishTargetVector
|
|
description: This step triggers the publication of the Target Vector according to the specified scope.
|
|
longDescription: |
|
|
This step reads the Target Vector ID from the addonDescriptor in the commonPipelineEnvironment and triggers the publication of the Target Vector.
|
|
With targetVectorScope "T" the Target Vector will be published to the test environment and with targetVectorScope "P" it will be published to the productive environment.
|
|
<br />
|
|
For Terminology refer to the [Scenario Description](https://www.project-piper.io/scenarios/abapEnvironmentAddons/).
|
|
spec:
|
|
inputs:
|
|
secrets:
|
|
- name: abapAddonAssemblyKitCredentialsId
|
|
description: Credential stored in Jenkins for the Addon Assembly Kit as a Service (AAKaaS) system
|
|
type: jenkins
|
|
params:
|
|
- name: abapAddonAssemblyKitEndpoint
|
|
type: string
|
|
description: Base URL to the Addon Assembly Kit as a Service (AAKaaS) system
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
- GENERAL
|
|
mandatory: true
|
|
default: https://apps.support.sap.com
|
|
- name: username
|
|
type: string
|
|
description: User for the Addon Assembly Kit as a Service (AAKaaS) system
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
mandatory: true
|
|
secret: true
|
|
- name: password
|
|
type: string
|
|
description: Password for the Addon Assembly Kit as a Service (AAKaaS) system
|
|
scope:
|
|
- PARAMETERS
|
|
mandatory: true
|
|
secret: true
|
|
- name: targetVectorScope
|
|
type: string
|
|
description: Determines whether the Target Vector is published to the productive ('P') or test ('T') environment
|
|
possibleValues:
|
|
- T
|
|
- P
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
default: T
|
|
- name: maxRuntimeInMinutes
|
|
type: int
|
|
description: Maximum runtime for status polling in minutes
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
- GENERAL
|
|
default: 16
|
|
- name: pollingIntervalInSeconds
|
|
type: int
|
|
description: Wait time in seconds between polling calls
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
- GENERAL
|
|
default: 60
|
|
- name: addonDescriptor
|
|
type: string
|
|
description: Structure in the commonPipelineEnvironment containing information about the Product Version and corresponding Software Component Versions
|
|
mandatory: true
|
|
scope:
|
|
- PARAMETERS
|
|
- STAGES
|
|
- STEPS
|
|
resourceRef:
|
|
- name: commonPipelineEnvironment
|
|
param: abap/addonDescriptor
|