Docker install build Jenkins

What is Jenkins?

   Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, no matter what the platform. This is a free source code, you can handle continuous integration or build any type. Jenkins can be used for integration testing and deployment of some technologies. Jenkins is a software allows continuous integration.

Jenkins has features include :

  1. Easy to install - just jenkins.war deployed to a servlet container, no database support.
  2. Easy to configure - all its configurations are achieved by providing a web interface.
  3. Integrated RSS / E-mail or publish RSS construct results when the build is complete notification by e-mail.
  4. Generate JUnit / TestNG test report.
  5. Distributed build support allows multiple computers Jenkins build / test together.
  6. File identification: Jenkins can keep track of which build times which generated jar, which once constructed which version of the jar and so on.
  7. Plug-in support: supports extensions, you can develop the tools for their own teams.

Mainly used for :
   continuous, automatic build / test software projects.
    Some of the tasks performed by regular monitoring.

Installation Jenkins

1. First: docker search Jenkins #search meaning search, the first search various Jenkins mirror
Here Insert Picture Description
Note: Description INDEX is an index, followed by image name with the [OK] assured available

2.docker

Guess you like

Origin blog.csdn.net/qq_41490561/article/details/102852308