1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-05 15:15:44 +02:00
sap-jenkins-library/resources/metadata/transportRequestReqIDFromGit.yaml
Roland Stengel 02dd60c0c8
Split git commit message scan from solman upload (#2773)
* Split git commit message scan from solman upload
2021-05-21 08:54:43 +02:00

48 lines
1.4 KiB
YAML

metadata:
name: transportRequestReqIDFromGit
description: "Retrieves the transport request ID from Git repository"
longDescription: |
Scans the commit messages of the Git repository for a pattern to retrieve the transport request ID.
spec:
inputs:
params:
- name: gitFrom
aliases:
- name: changeManagement/git/from
type: "string"
description: "GIT starting point for retrieving the transport request ID"
scope:
- PARAMETERS
- STAGES
- STEPS
- GENERAL
default: "origin/master"
- name: gitTo
aliases:
- name: changeManagement/git/to
type: "string"
description: "GIT ending point for retrieving the transport request ID"
scope:
- PARAMETERS
- STAGES
- STEPS
- GENERAL
default: "HEAD"
- name: transportRequestLabel
aliases:
- name: changeManagement/transportRequestLabel
type: "string"
description: "Pattern used for identifying lines holding the transport request ID. The GIT commit log messages are scanned for this label"
scope:
- PARAMETERS
- STAGES
- STEPS
- GENERAL
default: "TransportRequest"
outputs:
resources:
- name: commonPipelineEnvironment
type: piperEnvironment
params:
- name: custom/transportRequestId