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 
			
		
		
		
	test (#2611)
This commit is contained in:
		| @@ -203,7 +203,7 @@ func cloudFoundryCreateServiceKeyMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:6"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	} | ||||
|   | ||||
| @@ -192,7 +192,7 @@ func cloudFoundryDeleteServiceMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:6", WorkingDir: "/home/piper"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7", WorkingDir: "/home/piper"}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	} | ||||
|   | ||||
| @@ -115,4 +115,4 @@ spec: | ||||
|           - name: cloudFoundry/serviceKeyConfig | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:6 | ||||
|       image: ppiper/cf-cli:7 | ||||
|   | ||||
| @@ -102,5 +102,5 @@ spec: | ||||
|           - name: cloudFoundry/cfDeleteServiceKeys | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:6 | ||||
|       image: ppiper/cf-cli:7 | ||||
|       workingDir: "/home/piper" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user