-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] Add more details when showing node info #10195
Conversation
This adds some more information to help debug when there are infra problems with Jenkins, notably: * More Jenkins environment variables: https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables * EC2 metadata * System level information (disk space, CPUs)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a fairly dangerous typo but otherwise this only adds information.
Co-authored-by: Christopher Sidebottom <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@driazati kicked off a branch test to check this all runs otherwise LGTM!
LGTM! Thanks @driazati, much informationness 😸 ! |
This adds some more information to help debug when there are infra problems with Jenkins, notably: * More Jenkins environment variables: https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables * EC2 metadata * System level information (disk space, CPUs, memory) Co-authored-by: driazati <[email protected]>
This adds some more information to help debug when there are infra problems with Jenkins, notably: