Project

General

Profile

bug #6383

Updated by Andreas Kohlbecker about 7 years ago

This frequently breaks jobs in the release pipeline and always causes the affected job to fail. It also occurs in other situations which is only annoying. 

 example from `cdm-webapp-HFX-FINISH/7` where the problem occurred sequentially two times in exactly the same situation. 

 ~~~ 
 + git push origin 4.5.1 
 remote:     % Total      % Received % Xferd    Average Speed     Time      Time       Time    Current         
 remote:                                    Dload    Upload     Total     Spent      Left    Speed         
 remote:  
 remote:     0       0      0       0      0       0        0        0 --:--:-- --:--:-- --:--:--       0         
 remote:     0       0      0       0      0       0        0        0 --:--:-- --:--:-- --:--:--       0         
 To git@dev.e-taxonomy.eu:/var/git/cdm-webapp.git 
  * [new tag]           4.5.1 -> 4.5.1 
 + git push origin master 
 fatal: The remote end hung up unexpectedly 
 fatal: The remote end hung up unexpectedly 
 Build step 'Execute shell' marked build as failure 
 Finished: FAILURE 
 ~~~

Back