CI CD (Jenkins) - kanuku/misc GitHub Wiki
Jenkins
- For creating jobs with groovy, the next Plugins to be installed:
- Job DSL Plugin - For the nice pipelines and views.
- GitHub Pull Request Coverage Status - This is for Coverage status Badge.
- Git Plugin - For activating webhooks to get notified by changes on the scm-server.
- Plain Credentials Plugin - For communicating builds back to Github.
- Jenkins Workspace Cleanup Plugin.
- Copy Artifact Plugin, here.
- Env Inject plugin.
- Environment File Plugin
- Environment Script Plugin
- Config File Provider plugin.
- Authorize Project plugin.
- Clone Workspace Plugin [clone-workspace-scm]