You've already forked sap-jenkins-library
							
							
				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:
		| @@ -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{}, | ||||
|   | ||||
| @@ -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'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user