| 
														
															@@ -88,7 +88,7 @@ pipeline { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   git config --global user.email "${JENKINS_MAIL}" 
														 | 
														
														 | 
														
															                   git config --global user.email "${JENKINS_MAIL}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   git config --global user.name "Jenkins" 
														 | 
														
														 | 
														
															                   git config --global user.name "Jenkins" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   git commit -m 'Version update' 
														 | 
														
														 | 
														
															                   git commit -m 'Version update' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                  GIT_SSH_COMMAND='ssh -i ${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                  GIT_SSH_COMMAND='ssh -i \${GIT_SSH_KEY} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   git push origin ${branch} 
														 | 
														
														 | 
														
															                   git push origin ${branch} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                """ 
														 | 
														
														 | 
														
															                """ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 |