mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Increase cf-cli version for abap steps (#2613)
This commit is contained in:
parent
f74ebe0aa8
commit
484d9c2ec1
@ -233,7 +233,7 @@ func abapEnvironmentAssembleConfirmMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
Outputs: config.StepOutputs{
|
||||
Resources: []config.StepResources{
|
||||
|
@ -234,7 +234,7 @@ func abapEnvironmentAssemblePackagesMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:6"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
Outputs: config.StepOutputs{
|
||||
Resources: []config.StepResources{
|
||||
|
@ -221,7 +221,7 @@ func abapEnvironmentCheckoutBranchMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:6"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -221,7 +221,7 @@ func abapEnvironmentCloneGitRepoMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:6"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -221,7 +221,7 @@ func abapEnvironmentPullGitRepoMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:6"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -214,7 +214,7 @@ func abapEnvironmentRunATCCheckMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "cf", Image: "ppiper/cf-cli:6"},
|
||||
{Name: "cf", Image: "ppiper/cf-cli:7"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -124,4 +124,4 @@ spec:
|
||||
- name: abap/addonDescriptor
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli
|
||||
image: ppiper/cf-cli:7
|
||||
|
@ -125,4 +125,4 @@ spec:
|
||||
- name: abap/addonDescriptor
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:6
|
||||
image: ppiper/cf-cli:7
|
||||
|
@ -129,4 +129,4 @@ spec:
|
||||
- name: cfServiceKeyName
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:6
|
||||
image: ppiper/cf-cli:7
|
||||
|
@ -129,4 +129,4 @@ spec:
|
||||
- name: cfServiceKey
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:6
|
||||
image: ppiper/cf-cli:7
|
||||
|
@ -128,4 +128,4 @@ spec:
|
||||
default: false
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:6
|
||||
image: ppiper/cf-cli:7
|
||||
|
@ -130,4 +130,4 @@ spec:
|
||||
default: "ATCResults.xml"
|
||||
containers:
|
||||
- name: cf
|
||||
image: ppiper/cf-cli:6
|
||||
image: ppiper/cf-cli:7
|
||||
|
Loading…
x
Reference in New Issue
Block a user