fix JENKINS-14772
This fix implements an optional retry loop for cli BuildCommand The retry is not for the actual command, but for reading the log file (when -v is used) This is so that slow machines, which may create the log file so slowly that is it not present when reading of it starts, will optionally try to start reading it multiple times. This is implemented via a use of an optional "-r INT" cmd option
Loading
Please register or sign in to comment