You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	increase cf-cli from 7 to v12 (#4186)
This commit is contained in:
		| @@ -295,7 +295,7 @@ func abapEnvironmentAssembleConfirmMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:v12"}, | ||||
| 			}, | ||||
| 			Outputs: config.StepOutputs{ | ||||
| 				Resources: []config.StepResources{ | ||||
|   | ||||
| @@ -308,7 +308,7 @@ func abapEnvironmentAssemblePackagesMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:v12"}, | ||||
| 			}, | ||||
| 			Outputs: config.StepOutputs{ | ||||
| 				Resources: []config.StepResources{ | ||||
|   | ||||
| @@ -469,7 +469,7 @@ func abapEnvironmentBuildMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:v12"}, | ||||
| 			}, | ||||
| 			Outputs: config.StepOutputs{ | ||||
| 				Resources: []config.StepResources{ | ||||
|   | ||||
| @@ -134,4 +134,4 @@ spec: | ||||
|           - name: abap/addonDescriptor | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:7 | ||||
|       image: ppiper/cf-cli:v12 | ||||
|   | ||||
| @@ -144,4 +144,4 @@ spec: | ||||
|           - name: abap/addonDescriptor | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:7 | ||||
|       image: ppiper/cf-cli:v12 | ||||
|   | ||||
| @@ -261,4 +261,4 @@ spec: | ||||
|           - name: abap/buildValues | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:7 | ||||
|       image: ppiper/cf-cli:v12 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user