AIX jenkins service init script does not respond to `stop` command
Open
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 542
- Forks
- 185
- Avg merge
- 22h 15m
- Merged PRs (30d)
- 4
Description
https://github.com/nodejs/build/blob/main/ansible/aix61-standalone/resources/S20jenkins has a blank stop clause which means the jenkins agent cannot be stopped via a standard ./S20jenkins stop command and has to be explicitly killed if a restart is required.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ansible/aix61-standalone/resources/S20jenkins and inspect the blank stop clause alongside the other service actions. Run ./S20jenkins stop on an AIX Jenkins agent, or the relevant service-script checks if available; done means the Jenkins agent responds to the standard stop command without requiring an explicit kill.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100