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

Add githubDeploymentId to CPE (#5516)

This commit is contained in:
Manjunath
2025-10-23 15:49:51 +02:00
committed by GitHub
parent 6f2961a047
commit cae453f061

View File

@@ -45,6 +45,9 @@ class commonPipelineEnvironment implements Serializable {
String githubOrg
String githubRepo
// GitHub deployment ID
String githubDeploymentId
//stores properties for a pipeline which build an artifact and then bundles it into a container
private Map appContainerProperties = [:]
@@ -221,6 +224,7 @@ class commonPipelineEnvironment implements Serializable {
[filename: '.pipeline/commonPipelineEnvironment/git/commitMessage', property: 'gitCommitMessage'],
[filename: '.pipeline/commonPipelineEnvironment/mtarFilePath', property: 'mtarFilePath'],
[filename: '.pipeline/commonPipelineEnvironment/abap/addonDescriptor', property: 'abapAddonDescriptor'],
[filename: '.pipeline/commonPipelineEnvironment/git/github_deploymentId', property: 'githubDeploymentId'],
]
Map getCPEMap(script) {