Fix signal propagation to the Jenkins master
This commit is contained in:
		
							parent
							
								
									8e1d66de0f
								
							
						
					
					
						commit
						9204964d69
					
				|  | @ -52,7 +52,7 @@ func GetJenkinsMasterContainerBaseCommand() []string { | |||
| 	return []string{ | ||||
| 		"bash", | ||||
| 		"-c", | ||||
| 		fmt.Sprintf("%s/%s && /sbin/tini -s -- /usr/local/bin/jenkins.sh", | ||||
| 		fmt.Sprintf("%s/%s && exec /sbin/tini -s -- /usr/local/bin/jenkins.sh", | ||||
| 			JenkinsScriptsVolumePath, InitScriptName), | ||||
| 	} | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue