-
Bug
-
Resolution: Fixed
-
Blocker
-
jenkins 2.190.3
gerrit code review plugin 0.3.7
-
-
0.4.1
Moving to 0.3.7 has broken checkout on remote nodes. They fail reporting unable to checkout the code after a 10 minute timeout.
In the log on the gerrit server are hundreds of lines saying:
WARN com.google.gerrit.httpd.ProjectBasicAuthFilter : Authentication failed for Username for 'https: account inactive or not provisioned in Gerrit
So it appears that the remote node is using the wrong credentials to try to do the checkout.
Reverting to .03.5 and everything works fine
- is blocked by
-
JENKINS-60362 Gerrit Behaviours not executed
-
- Resolved
-
The output from the pipeline job that fails on a node is:
using credential 6e96f729-8440-40bf-8710-88689c791d3b
{commit}" # timeout=10Cloning the remote Git repository
Cloning repository https://code.office.carallon.com/pharos/magpie
> C:\Program Files\Git\bin\git.exe init c:\jenkins\workspace\magpie-verify_01_8301_2 # timeout=10
Fetching upstream changes from https://code.office.carallon.com/pharos/magpie
> C:\Program Files\Git\bin\git.exe --version # timeout=10
using GIT_ASKPASS to set credentials
> C:\Program Files\Git\bin\git.exe fetch --tags --force --progress – https://code.office.carallon.com/pharos/magpie +refs/heads/:refs/remotes/origin/ # timeout=10
> C:\Program Files\Git\bin\git.exe config remote.origin.url https://code.office.carallon.com/pharos/magpie # timeout=10
> C:\Program Files\Git\bin\git.exe config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10
> C:\Program Files\Git\bin\git.exe config remote.origin.url https://code.office.carallon.com/pharos/magpie # timeout=10
Fetching upstream changes from https://code.office.carallon.com/pharos/magpie
using GIT_ASKPASS to set credentials
> C:\Program Files\Git\bin\git.exe fetch --tags --force --progress – https://code.office.carallon.com/pharos/magpie refs/changes/01/8301/2:refs/remotes/origin/01/8301/2 # timeout=10
Checking out Revision 787879583e36f6e3afc5b60d35d15409d2c6a11a (refs/remotes/origin/01/8301/2)
> C:\Program Files\Git\bin\git.exe rev-parse "01/8301/2^
> C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/01/8301/2^{commit}
" # timeout=10
> C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Program Files\Git\bin\git.exe checkout -f 787879583e36f6e3afc5b60d35d15409d2c6a11a # timeout=10
ERROR: Timeout after 10 minutes