Blogger Information
Blog 60
fans 0
comment 0
visits 66661
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【Jenkins】基于Windows系统安装Jenkins
大宝
Original
436 people have browsed it

【Jenkins】基于Windows系统安装Jenkins

一、参考链接

阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区

jenkins镜像-jenkins下载地址-jenkins安装教程-阿里巴巴开源镜像站

Jenkins

二、Jenkins简介

Jenkins是一款开源 CI&CD 软件,用于自动化各种任务,包括构建、测试和部署软件。

Jenkins 支持各种运行方式,可通过系统包、Docker 或者通过一个独立的 Java 程序。

三、安装准备

1、安装JDK

参考链接?:【JDK】jdk1.8下载与安装教程_xyb的博客-CSDN博客

  1. C:\Users\xyb>java -version
  2. java version "1.8.0_181"
  3. Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
  4. Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

2、下载Jenkins

下载链接:https://mirrors.aliyun.com/jenkins/windows-stable/2.319.3/jenkins.msi

image-20220223132406428

四、Jenkins安装

双击打开 jenkins.msi ,单击 Next

image-20220223132647332

选择安装目录

image-20220223132908189

选择登录类型

image-20220223133337982

选择服务的端口。默认8080

image-20220223133450950

单击“Test Port”,测试端口是否未启用。

image-20220223133557881

关联JDK安装路径

image-20220223133646777

自定义设置。默认。

image-20220223133725510

单击”install”。

image-20220223133753178

等待安装完成。

image-20220223133822713

安装完成。

image-20220223133951203

解锁Jenkins

image-20220223141838746

自定义Jenkins,安装推荐的插件。

image-20220223142035505

image-20220223142135607

创建第一个管理员用户

image-20220223143628543

image-20220223143726434

安装完成。

image-20220223143753223

image-20220223144053038

image-20220223144218435

至此,Jenkins安装完成。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post