Skip to content

Commit

Permalink
Merge pull request #1850 from sam-github/no-aix-restart
Browse files Browse the repository at this point in the history
Add note about not restarting AIX machines
  • Loading branch information
Trott authored Jun 22, 2019
2 parents 5b4a556 + 99a0a7d commit abd5ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/jenkins-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ launchctl start org.nodejs.osx.jenkins

Sometimes something weird happens, and it's easier to just reboot the
worker.

On Unix just do one of:

```bash
Expand All @@ -193,6 +194,9 @@ shutdown -r now
reboot
```

On the advice of the system adminstrators managing the AIX machines, please do
not restart them without good reason, it will make things worse.

##### Fixing machines with Docker

The above steps generally do not apply to workers that are either
Expand Down

0 comments on commit abd5ac3

Please sign in to comment.