1
0
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:
Daniel Mieg 2021-02-16 18:03:29 +01:00 committed by GitHub
parent f74ebe0aa8
commit 484d9c2ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -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{

View File

@ -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{

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -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"},
},
},
}

View File

@ -124,4 +124,4 @@ spec:
- name: abap/addonDescriptor
containers:
- name: cf
image: ppiper/cf-cli
image: ppiper/cf-cli:7

View File

@ -125,4 +125,4 @@ spec:
- name: abap/addonDescriptor
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7

View File

@ -129,4 +129,4 @@ spec:
- name: cfServiceKeyName
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7

View File

@ -129,4 +129,4 @@ spec:
- name: cfServiceKey
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7

View File

@ -128,4 +128,4 @@ spec:
default: false
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7

View File

@ -130,4 +130,4 @@ spec:
default: "ATCResults.xml"
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7