[JAVA] What is Jenkins

Article standing position

I needed it for work, but I don't know who it is so let's try it A memorial one.

What is Jenkins?

--OSS tools for continuous integration (CI). --Compile, build, and deploy automatically. --It can be started in various ways. (Event, time, URL request etc ...) --Abundant plugins and easy to extend.

Reference material

Momentum of software "Jenkins" created by Japanese people Nikkei Business (Silicon Valley Next)

Installation method (MAC)

  1. Make sure AdoptOpenJDK is installed
  2. Install Jenkins from brew
 $ brew install jenkins

that's all.

Execution method

Execute the following command from the terminal

$ jenkins

A password for access will be issued here, so check it.

Access 8080


 Since SetupWizard is called, press `` `Install Plugin somehow` ``
 Is it a button on the left side of the screen?

 Various plugins will be installed, so wait until it is completed.
 Then follow the instructions on the screen to set your name and password.

 This completes the introduction of Jenkins.


## function

TBC


Recommended Posts

What is Jenkins
What is Cubby
What is Docker?
What is null? ]
What is java
What is Keycloak
What is maven?
What is Jackson?
What is Docker
What is self
What is ArgumentMatcher?
What is IM-Juggling?
What is params
What is SLF4J?
What is Facade? ??
What is Java <>?
What is Gradle?
What is POJO
What is Java
What is centOS
What is RubyGem?
What is programming?
What is before_action?
What is Docker
What is Byte?
What is Tomcat
What is Maven Assembly?
What is `docker-compose up`?
What is a constructor?
What is vue cli
What is an interface?
What is Ruby's self?
What is hard coding?
What is a stream
What is Ruby's attr_accessor?
What is Java Encapsulation?
What is permission denied?
What is instance control?
What is an initializer?
What is Spring Tools 4
What is an operator?
What is object orientation?
What is Guava's @VisibleForTesting?
What is MVC model?
What is an annotation?
What is Java technology?
What is Java API-java
What is @ (instance variable)?
What is Gradle's Artifact?
What is JPA Auditing?
[Swift] What is dismiss?
[Java] What is flatMap?
What is a Servlet?
What is web development?
[Java] What is JavaBeans?
[Android] What is Context? ??
[Java] What is ArrayList?
[Ruby] What is true?
What is object-oriented after all?
What is HttpSession session = request.getSession ();
What is docker run -it?