-
Bug
-
Resolution: Fixed
-
Minor
-
None
- Add a few agents to the instance
- Generate the support bundle
- Compare `proc/self/cmdline` of the `nodes/master` and any of the `nodes/slave/*`
Expected: They are different
Actual: They are identical
- causes
-
JENKINS-56190 Master /proc files are added twice to the support bundle
-
- Closed
-
- links to
- mentioned in
-
Page Failed to load
Code changed in jenkins
User: Denys Digtiar
Path:
src/main/java/com/cloudbees/jenkins/support/impl/JVMProcessSystemMetricsContents.java
src/main/java/com/cloudbees/jenkins/support/impl/ProcFilesRetriever.java
src/main/java/com/cloudbees/jenkins/support/impl/SystemConfiguration.java
http://jenkins-ci.org/commit/support-core-plugin/a1b81f201d652c9fb5b010c7f7943d31195e1b41
Log:
JENKINS-46132- Download actual proc info from the Linux agentsFileContent which was using Master's files for all the agents is
replaced with FilePathContent which loads actual info via remoting.