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 
			
		
		
		
	enableBuildWithoutValues (#3753)
This commit is contained in:
		| @@ -562,7 +562,9 @@ func (vs Values) String() string { | ||||
| 	for _, value := range vs.Values { | ||||
| 		returnString = returnString + value.String() + ",\n" | ||||
| 	} | ||||
| 	returnString = returnString[:len(returnString)-2] //removes last , | ||||
| 	if len(returnString) > 0 { | ||||
| 		returnString = returnString[:len(returnString)-2] //removes last , | ||||
| 	} | ||||
| 	return returnString | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user