Skip to content

Commit

Permalink
Merge pull request #24770 from dmatej/jenkinsfile
Browse files Browse the repository at this point in the history
Print processes before the build
  • Loading branch information
dmatej committed Jan 29, 2024
2 parents 78a3424 + 31c9afc commit f7f2259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def dumpSysInfo() {
\${JAVA_HOME}/bin/jcmd || true
mvn -version || true
ant -version || true
ps -e -o start,etime,pid,rss,drs,command || true
cat /proc/cpuinfo || true
cat /proc/meminfo || true
"""
Expand Down

0 comments on commit f7f2259

Please sign in to comment.