You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
rename actual to current (#4058)
This commit is contained in:
@@ -180,9 +180,14 @@ func (br *buildWithRepository) start() error {
|
||||
Value: br.repo.PredecessorCommitID})
|
||||
}
|
||||
if br.repo.CommitID != "" {
|
||||
// old value to be used until 2302 [can be deleted latest with 2308]
|
||||
valuesInput.Values = append(valuesInput.Values,
|
||||
abapbuild.Value{ValueID: "ACTUAL_DELIVERY_COMMIT",
|
||||
Value: br.repo.CommitID})
|
||||
// new value used as of 2302
|
||||
valuesInput.Values = append(valuesInput.Values,
|
||||
abapbuild.Value{ValueID: "CURRENT_DELIVERY_COMMIT",
|
||||
Value: br.repo.CommitID})
|
||||
}
|
||||
if len(br.repo.Languages) > 0 {
|
||||
valuesInput.Values = append(valuesInput.Values,
|
||||
|
Reference in New Issue
Block a user