11.2.3.1.1 Jenkins Server
- A Jenkins server needs to be available. If you do
not have access to one you can set one up yourself by following the Installing
Jenkins guide, or you can use the
cicdw jenkins-server
command to create a local test server (see 11.2.4 Getting Started with Jenkins Server). - You need to have a user account that allows you to configure a new build job on the Jenkins server.
- The Jenkins server needs to have build nodes that supports Docker. If not see Jenkins and Docker.
- The Jenkins server must be setup with the
following plugins:
- Pipeline Aggregator View
- Pipeline Utility Steps
- Docker Pipeline
- Workspace Cleanup
- Warnings Next Generation
Note: Additional plugins may be required for optional build steps, such as MISRA and Simulator.