Remove EOL and insecure os versions
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 542
- Forks
- 185
- Avg merge
- 22h 15m
- Merged PRs (30d)
- 4
Description
jenkins/pipelines/llnode-pipeline.jenkinsfile
string(name: 'MACHINES', defaultValue: 'all', description: '''Can be "all" or a space-separated list of nodes, eg:
debian8-64 fedora22 fedora23 osx1010 ubuntu1604-64 rhel7-s390x aix61-ppc64 smartos16-64 smartos15-64 win10 win2012r2'''),
]),
Can see several out of date os's listed here.
https://github.com/nodejs/build/blob/7e5e1cb4c55cbe5e822d679019a5f45f84eb5077/ansible/inventory.yml#L75
Would be good to deprecate rhel7 nodes
win2012r2 servers
ubuntu1604
and any other build infrastructure which is out of date to ensure there aren't any vulnerable jenkins nodes, as well as ensuring code is being tested on the latest and greatest
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 jenkins/pipelines/llnode-pipeline.jenkinsfile and the referenced ansible/inventory.yml around line 75 to inventory the listed operating-system nodes. Review the RHEL 7, Windows Server 2012 R2, Ubuntu 16.04, and other outdated entries; done means deprecated infrastructure is removed or updated while testing coverage and Jenkins-node security are preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible
- Domain
- ci-cd, devops, infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100