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 
			
		
		
		
	Revert "artifactPrepareVersion: Add usage of gradle docker image if buildTool is gradle (#4226)" (#4230)
This reverts commit 7c7dcbf910.
			
			
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2191e2d458
						
					
				
				
					commit
					d7e0bfe4f9
				
			| @@ -515,7 +515,6 @@ func artifactPrepareVersionMetadata() config.StepData { | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Image: "maven:3.6-jdk-8", Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "buildTool", Value: "maven"}}}}}, | ||||
| 				{Image: "gradle:6-jdk11-alpine", Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "buildTool", Value: "gradle"}}}}}, | ||||
| 			}, | ||||
| 			Outputs: config.StepOutputs{ | ||||
| 				Resources: []config.StepResources{ | ||||
|   | ||||
| @@ -357,9 +357,3 @@ spec: | ||||
|           params: | ||||
|             - name: buildTool | ||||
|               value: maven | ||||
|     - image: gradle:6-jdk11-alpine | ||||
|       conditions: | ||||
|         - conditionRef: strings-equal | ||||
|           params: | ||||
|             - name: buildTool | ||||
|               value: gradle | ||||
|   | ||||
		Reference in New Issue
	
	Block a user