mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Add githubDeploymentId to CPE (#5516)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user