mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
130 lines
3.5 KiB
YAML
130 lines
3.5 KiB
YAML
|
metadata:
|
||
|
name: abapEnvironmentAssemblePackages
|
||
|
description: Assembly of installation, support package or patch in SAP Cloud Platform ABAP Environment system
|
||
|
longDescription: |
|
||
|
This step runs the assembly of a list of provided installations, support packages or patches in SAP Cloud
|
||
|
Platform ABAP Environment system and saves the corresponding SAR archive to the filesystem.
|
||
|
spec:
|
||
|
inputs:
|
||
|
secrets:
|
||
|
- name: abapCredentialsId
|
||
|
description: Jenkins credentials ID containing user and password to authenticate to the Cloud Platform ABAP Environment system or the Cloud Foundry API
|
||
|
type: jenkins
|
||
|
aliases:
|
||
|
- name: cfCredentialsId
|
||
|
- name: credentialsId
|
||
|
params:
|
||
|
- name: cfApiEndpoint
|
||
|
type: string
|
||
|
description: Cloud Foundry API endpoint
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- GENERAL
|
||
|
mandatory: false
|
||
|
aliases:
|
||
|
- name: cloudFoundry/apiEndpoint
|
||
|
- name: cfOrg
|
||
|
type: string
|
||
|
description: CF org
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- GENERAL
|
||
|
mandatory: false
|
||
|
aliases:
|
||
|
- name: cloudFoundry/org
|
||
|
- name: cfSpace
|
||
|
type: string
|
||
|
description: CF Space
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- GENERAL
|
||
|
mandatory: false
|
||
|
aliases:
|
||
|
- name: cloudFoundry/space
|
||
|
- name: cfServiceInstance
|
||
|
type: string
|
||
|
description: Parameter of ServiceInstance Name to delete CloudFoundry Service
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- GENERAL
|
||
|
mandatory: false
|
||
|
aliases:
|
||
|
- name: cloudFoundry/serviceInstance
|
||
|
- name: cfServiceKeyName
|
||
|
type: string
|
||
|
description: Parameter of CloudFoundry Service Key to be created
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- GENERAL
|
||
|
mandatory: false
|
||
|
aliases:
|
||
|
- name: cloudFoundry/serviceKey
|
||
|
- name: cloudFoundry/serviceKeyName
|
||
|
- name: cfServiceKey
|
||
|
- name: host
|
||
|
description: Specifies the host address of the SAP Cloud Platform ABAP Environment system
|
||
|
type: string
|
||
|
mandatory: false
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
- name: username
|
||
|
type: string
|
||
|
description: User or E-Mail for CF
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
mandatory: true
|
||
|
secret: true
|
||
|
- name: password
|
||
|
type: string
|
||
|
description: User Password for CF User
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
mandatory: true
|
||
|
secret: true
|
||
|
- name: addonDescriptor
|
||
|
type: string
|
||
|
description: AddonDescriptor
|
||
|
mandatory: true
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
resourceRef:
|
||
|
- name: commonPipelineEnvironment
|
||
|
param: abap/addonDescriptor
|
||
|
- name: maxRuntimeInMinutes
|
||
|
type: int
|
||
|
description: maximal runtime of the step
|
||
|
mandatory: true
|
||
|
default: 360
|
||
|
scope:
|
||
|
- PARAMETERS
|
||
|
- STAGES
|
||
|
- STEPS
|
||
|
outputs:
|
||
|
resources:
|
||
|
- name: commonPipelineEnvironment
|
||
|
type: piperEnvironment
|
||
|
params:
|
||
|
- name: abap/addonDescriptor
|
||
|
containers:
|
||
|
- name: cf
|
||
|
image: ppiper/cf-cli
|
||
|
imagePullPolicy: Never
|