timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-67231] Long Pause during builds. #1753

Open timja opened 2 years ago

timja commented 2 years ago

09:54:27 Parsing POMs*09:54:35* using settings config with name cris-settings.xml*09:54:35* Replacing all maven server entries not found in credentials list is true*09:54:44* Modules changed, recalculating dependency graph
Long pause here. NOTE: The pause usually proceeded by "Replacing all maven server entries not found in credentials list is true" message, but in this case it was proceeded by the "Modules changed, recalculating dependency graph" message, but this isn't the norm.
10:16:17 Established TCP socket on 42109*10:16:17* maven35-agent.jar already up to date*10:16:17* maven35-interceptor.jar already up to date*10:16:17* maven3-interceptor-commons.jar already up to date


Originally reported by danshome, imported from: Long Pause during builds.
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 2 years ago

markewaite:

If you'd like help from others to diagnose the issue, you'll need to provide much more detail so that others can duplicate the problem that you've described. Based on the existing description and some wild guesses, I'd assume that you have:

  1. Maven project type (not freestyle, not pipeline, not multibranch pipeline, not external job type)
  2. Use the config file provider plugin to provide a settings file
  3. Define the configuration file to replace maven server entries and their credentials
  4. One or more agents connected to the Jenkins controller (unknown how they are connected, what architecture they run, etc.)
  5. Job is started by the user clicking "Build now"

Can you provide a numbered list of steps that someone can follow so that they can see the issue that you're reporting?