1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

Allow transport request id from config (#3969)

This commit is contained in:
Oliver Feldmann
2022-08-16 11:33:04 +02:00
committed by GitHub
parent c52e42fc84
commit 3da753930c
2 changed files with 4 additions and 1 deletions

View File

@@ -281,7 +281,7 @@ func transportRequestUploadCTSMetadata() config.StepData {
Param: "custom/transportRequestId",
},
},
Scope: []string{"PARAMETERS"},
Scope: []string{"PARAMETERS", "STAGES", "STEPS", "GENERAL"},
Type: "string",
Mandatory: true,
Aliases: []config.Alias{},

View File

@@ -116,6 +116,9 @@ spec:
description: "ID of the transport request to which the UI5 application is uploaded"
scope:
- PARAMETERS
- STAGES
- STEPS
- GENERAL
- name: deployToolDependencies
type: "[]string"
default: ['@ui5/cli', '@sap/ux-ui5-tooling', '@ui5/logger', '@ui5/fs']