【CI】【Jenkins】Mac 环境下安装Jenkins 2.222.1 LTS

 

目录

一. 介绍

二. 安装

三. 配置

四. 参考


 

一. 介绍

Jenkins 是一个开源的自动化服务,它可以为全世界的开发者提供软件的构建,测试,发布功能。

 

构建伟大,无所不能

 

Jenkins 最开始叫 Hudson,创建于 2006 年,是自动化服务的一种。 Jenkins 使用可拓展,插件化的架构,这让开发者可以拓展它,且已经创建了成百上千的插件,广泛的应用到自动化的构建,测试,和部署。在 2015 年,Jenkins 以超过 10,000 的安装量成为使用最广泛的自动化服务。

 

Blue Ocean 是一个更个性化,现代化的交互体验,它可以让用户图形化的创建,可视化的查看,调试和交付流水线。

 

本文档对应于零基础编程能力的小伙伴;

 

二. 安装

1.下载地址

此时我选择的版本为 Jenkins 2.222.1 for osx 版本

http://mirrors.jenkins.io/osx-stable/jenkins-2.222.1.pkg

2.步骤

双击安装,

点击继续,

继续然后点击同意许可,

为电脑上所有用户安装,继续,

点击继续,

 

点击安装,

安装成功后,如下图所示:

此时,浏览器会自动打开

http://localhost:8080

使用command + Space,输入terminal.app 终端里输入如下命令:

java -jar  /Applications/Jenkins/jenkins.war

也可以使用如下命令指定端口启动:

java -jar  /Applications/Jenkins/jenkins.war --httpPort=8082

脚本启动过程,如下所示:

 

此时,显示如下画面:

 

下面,进入配置环节;

 

三. 配置

复制如上控制台里的密钥,或者打开如下路径:

// XXX 替换为自己电脑的用户名
open /Users/XXX/.jenkins/secrets  // 打开目录下的 initialAdminPassword 文件

把密钥复制到输入框中

点击继续,进行下一步操作,

等候处理...

首次安装,建议Jenkins 安装推荐的插件(后续可自行卸载)即可

安装插件过程...

等候一会吧,这个看实际网络带宽了,在这我这网络巨慢,卡了好久...

继续等待...然后执行安装插件信息如下所示:

2020-07-07 09:45:38.413+0000 [id=28]	INFO	jenkins.InitReactorRunner$1#onAttained: Completed initialization
2020-07-07 09:45:38.422+0000 [id=22]	INFO	hudson.WebAppMain$3#run: Jenkins is fully up and running
2020-07-07 09:45:39.219+0000 [id=56]	INFO	h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
2020-07-07 09:45:39.220+0000 [id=56]	INFO	hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
2020-07-07 09:45:39.224+0000 [id=56]	INFO	hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished Download metadata. 21,077 ms
2020-07-07 10:03:39.807+0000 [id=84]	INFO	hudson.model.AsyncPeriodicWork#lambda$doRun$0: Started Periodic background build discarder
2020-07-07 10:03:39.812+0000 [id=84]	INFO	hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished Periodic background build discarder. 2 ms
2020-07-07 10:05:44.931+0000 [id=12]	INFO	hudson.PluginManager#install: Starting installation of a batch of 21 plugins plus their dependencies
2020-07-07 10:05:44.932+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of trilead-api for plugin cloudbees-folder
2020-07-07 10:05:44.933+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of trilead-api on behalf of admin
2020-07-07 10:05:44.933+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of token-macro for plugin build-timeout
2020-07-07 10:05:44.933+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of structs for plugin token-macro
2020-07-07 10:05:44.933+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of jdk-tool for plugin structs
2020-07-07 10:05:44.933+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-step-api for plugin token-macro
2020-07-07 10:05:44.934+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of plain-credentials for plugin credentials-binding
2020-07-07 10:05:44.934+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of credentials for plugin plain-credentials
2020-07-07 10:05:44.934+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of ssh-credentials for plugin credentials-binding
2020-07-07 10:05:44.934+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-api for plugin timestamper
2020-07-07 10:05:44.934+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of scm-api for plugin workflow-api
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of script-security for plugin ws-cleanup
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-durable-task-step for plugin ws-cleanup
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-support for plugin workflow-durable-task-step
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of durable-task for plugin workflow-durable-task-step
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of matrix-project for plugin ws-cleanup
2020-07-07 10:05:44.935+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of junit for plugin matrix-project
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of resource-disposer for plugin ws-cleanup
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of command-launcher for plugin resource-disposer
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-cps for plugin gradle
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of ace-editor for plugin workflow-cps
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of bouncycastle-api for plugin ace-editor
2020-07-07 10:05:44.936+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of jquery-detached for plugin workflow-cps
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-scm-step for plugin workflow-cps
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-job for plugin gradle
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-basic-steps for plugin gradle
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of apache-httpcomponents-client-4-api for plugin workflow-basic-steps
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of mailer for plugin workflow-basic-steps
2020-07-07 10:05:44.937+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of display-url-api for plugin mailer
2020-07-07 10:05:44.938+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-milestone-step for plugin workflow-aggregator
2020-07-07 10:05:44.938+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-stage-view for plugin workflow-aggregator
2020-07-07 10:05:44.938+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-rest-api for plugin pipeline-stage-view
2020-07-07 10:05:44.939+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of jackson2-api for plugin pipeline-rest-api
2020-07-07 10:05:44.939+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of snakeyaml-api for plugin jackson2-api
2020-07-07 10:05:44.939+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-graph-analysis for plugin pipeline-rest-api
2020-07-07 10:05:44.939+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-input-step for plugin pipeline-graph-analysis
2020-07-07 10:05:44.939+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-stage-step for plugin pipeline-graph-analysis
2020-07-07 10:05:44.940+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of handlebars for plugin pipeline-stage-view
2020-07-07 10:05:44.940+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of momentjs for plugin pipeline-stage-view
2020-07-07 10:05:44.940+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-build-step for plugin workflow-aggregator
2020-07-07 10:05:44.940+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-model-definition for plugin workflow-aggregator
2020-07-07 10:05:44.941+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-model-extensions for plugin pipeline-model-definition
2020-07-07 10:05:44.941+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-model-api for plugin pipeline-model-extensions
2020-07-07 10:05:44.941+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-cps-global-lib for plugin pipeline-model-definition
2020-07-07 10:05:44.942+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of git-server for plugin workflow-cps-global-lib
2020-07-07 10:05:44.942+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of git-client for plugin git-server
2020-07-07 10:05:44.942+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of jsch for plugin git-client
2020-07-07 10:05:44.942+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of workflow-multibranch for plugin pipeline-model-definition
2020-07-07 10:05:44.942+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of branch-api for plugin workflow-multibranch
2020-07-07 10:05:44.943+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of pipeline-stage-tags-metadata for plugin pipeline-model-definition
2020-07-07 10:05:44.943+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of lockable-resources for plugin workflow-aggregator
2020-07-07 10:05:44.944+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of github-api for plugin github-branch-source
2020-07-07 10:05:44.944+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of okhttp-api for plugin github-api
2020-07-07 10:05:44.944+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of github for plugin github-branch-source
2020-07-07 10:05:44.945+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of git for plugin github
2020-07-07 10:05:44.945+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of mapdb-api for plugin subversion
2020-07-07 10:05:44.946+0000 [id=12]	INFO	hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of localization-support for plugin localization-zh-cn
2020-07-07 10:05:58.770+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading trilead-api
2020-07-07 10:06:00.839+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: trilead-api
2020-07-07 10:06:00.839+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of cloudbees-folder on behalf of admin
2020-07-07 10:06:02.206+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading cloudbees-folder
2020-07-07 10:06:03.273+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: cloudbees-folder
2020-07-07 10:06:03.273+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of antisamy-markup-formatter on behalf of admin
2020-07-07 10:06:05.158+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading antisamy-markup-formatter
2020-07-07 10:06:26.901+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: antisamy-markup-formatter
2020-07-07 10:06:26.901+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of jdk-tool on behalf of admin
2020-07-07 10:06:28.061+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading jdk-tool
2020-07-07 10:06:28.382+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: jdk-tool
2020-07-07 10:06:28.382+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of structs on behalf of admin
2020-07-07 10:06:29.550+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading structs
2020-07-07 10:06:30.217+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: structs
2020-07-07 10:06:30.218+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-step-api on behalf of admin
2020-07-07 10:06:32.510+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-step-api
2020-07-07 10:06:33.192+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-step-api
2020-07-07 10:06:33.192+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of token-macro on behalf of admin
2020-07-07 10:06:34.510+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading token-macro
2020-07-07 10:06:44.975+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: token-macro
2020-07-07 10:06:44.975+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of build-timeout on behalf of admin
2020-07-07 10:06:48.333+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading build-timeout
2020-07-07 10:06:50.068+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: build-timeout
2020-07-07 10:06:50.068+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of credentials on behalf of admin
2020-07-07 10:06:51.320+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading credentials
2020-07-07 10:07:04.122+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: credentials
2020-07-07 10:07:04.123+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of plain-credentials on behalf of admin
2020-07-07 10:07:05.537+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading plain-credentials
2020-07-07 10:07:05.850+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: plain-credentials
2020-07-07 10:07:05.850+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ssh-credentials on behalf of admin
2020-07-07 10:07:07.121+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ssh-credentials
2020-07-07 10:07:07.781+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ssh-credentials
2020-07-07 10:07:07.781+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of credentials-binding on behalf of admin
2020-07-07 10:07:09.264+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading credentials-binding
2020-07-07 10:07:10.098+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: credentials-binding
2020-07-07 10:07:10.098+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of scm-api on behalf of admin
2020-07-07 10:07:11.472+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading scm-api
2020-07-07 10:07:13.538+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: scm-api
2020-07-07 10:07:13.538+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-api on behalf of admin
2020-07-07 10:07:14.956+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-api
2020-07-07 10:07:16.352+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-api
2020-07-07 10:07:16.352+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of timestamper on behalf of admin
2020-07-07 10:07:17.579+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading timestamper
2020-07-07 10:07:24.183+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: timestamper
2020-07-07 10:07:24.183+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of script-security on behalf of admin
2020-07-07 10:07:25.606+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading script-security
2020-07-07 10:07:34.958+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: script-security
2020-07-07 10:07:34.958+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-support on behalf of admin
2020-07-07 10:07:36.358+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-support
2020-07-07 10:07:40.807+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-support
2020-07-07 10:07:40.807+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of durable-task on behalf of admin
2020-07-07 10:07:43.287+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading durable-task
2020-07-07 10:08:24.526+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: durable-task
2020-07-07 10:08:24.526+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-durable-task-step on behalf of admin
2020-07-07 10:08:26.020+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-durable-task-step
2020-07-07 10:08:27.568+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-durable-task-step
2020-07-07 10:08:27.568+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of junit on behalf of admin
2020-07-07 10:08:28.885+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading junit
2020-07-07 10:08:32.184+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: junit
2020-07-07 10:08:32.184+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of matrix-project on behalf of admin
2020-07-07 10:08:33.598+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading matrix-project
2020-07-07 10:08:35.138+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: matrix-project
2020-07-07 10:08:35.138+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of command-launcher on behalf of admin
2020-07-07 10:08:36.564+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading command-launcher
2020-07-07 10:08:36.886+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: command-launcher
2020-07-07 10:08:36.886+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of resource-disposer on behalf of admin
2020-07-07 10:08:38.202+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading resource-disposer
2020-07-07 10:08:38.523+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: resource-disposer
2020-07-07 10:08:38.523+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ws-cleanup on behalf of admin
2020-07-07 10:08:39.885+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ws-cleanup
2020-07-07 10:08:48.049+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ws-cleanup
2020-07-07 10:08:48.049+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ant on behalf of admin
2020-07-07 10:08:49.367+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ant
2020-07-07 10:08:49.617+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ant
2020-07-07 10:08:49.617+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of bouncycastle-api on behalf of admin
2020-07-07 10:08:51.106+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading bouncycastle-api
2020-07-07 10:09:00.073+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: bouncycastle-api
2020-07-07 10:09:00.073+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ace-editor on behalf of admin
2020-07-07 10:09:01.553+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ace-editor
2020-07-07 10:09:13.581+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ace-editor
2020-07-07 10:09:13.581+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of jquery-detached on behalf of admin
2020-07-07 10:09:14.991+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading jquery-detached
2020-07-07 10:09:17.961+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: jquery-detached
2020-07-07 10:09:17.962+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-scm-step on behalf of admin
2020-07-07 10:09:19.345+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-scm-step
2020-07-07 10:09:19.991+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-scm-step
2020-07-07 10:09:19.991+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-cps on behalf of admin
2020-07-07 10:09:21.419+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-cps
2020-07-07 10:09:31.199+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-cps
2020-07-07 10:09:31.199+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-job on behalf of admin
2020-07-07 10:09:32.884+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-job
2020-07-07 10:09:34.524+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-job
2020-07-07 10:09:34.524+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of apache-httpcomponents-client-4-api on behalf of admin
2020-07-07 10:09:35.785+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading apache-httpcomponents-client-4-api
2020-07-07 10:09:51.409+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: apache-httpcomponents-client-4-api
2020-07-07 10:09:51.409+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of display-url-api on behalf of admin
2020-07-07 10:09:52.851+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading display-url-api
2020-07-07 10:09:53.089+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: display-url-api
2020-07-07 10:09:53.089+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of mailer on behalf of admin
2020-07-07 10:09:54.595+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading mailer
2020-07-07 10:09:55.532+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: mailer
2020-07-07 10:09:55.533+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-basic-steps on behalf of admin
2020-07-07 10:09:56.950+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-basic-steps
2020-07-07 10:09:57.971+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-basic-steps
2020-07-07 10:09:57.971+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of gradle on behalf of admin
2020-07-07 10:09:59.302+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading gradle
2020-07-07 10:09:59.929+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: gradle
2020-07-07 10:09:59.929+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-milestone-step on behalf of admin
2020-07-07 10:10:01.149+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-milestone-step
2020-07-07 10:10:01.467+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-milestone-step
2020-07-07 10:10:01.467+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of snakeyaml-api on behalf of admin
2020-07-07 10:10:02.954+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading snakeyaml-api
2020-07-07 10:10:04.880+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: snakeyaml-api
2020-07-07 10:10:04.880+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of jackson2-api on behalf of admin
2020-07-07 10:10:06.265+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading jackson2-api
2020-07-07 10:10:18.277+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: jackson2-api
2020-07-07 10:10:18.277+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-input-step on behalf of admin
2020-07-07 10:10:19.782+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-input-step
2020-07-07 10:10:20.099+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-input-step
2020-07-07 10:10:20.099+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-stage-step on behalf of admin
2020-07-07 10:10:21.628+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-stage-step
2020-07-07 10:10:21.924+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-stage-step
2020-07-07 10:10:21.924+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-graph-analysis on behalf of admin
2020-07-07 10:10:23.468+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-graph-analysis
2020-07-07 10:10:23.989+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-graph-analysis
2020-07-07 10:10:23.989+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-rest-api on behalf of admin
2020-07-07 10:10:25.314+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-rest-api
2020-07-07 10:10:26.244+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-rest-api
2020-07-07 10:10:26.244+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of handlebars on behalf of admin
2020-07-07 10:10:27.463+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading handlebars
2020-07-07 10:10:28.396+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: handlebars
2020-07-07 10:10:28.397+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of momentjs on behalf of admin
2020-07-07 10:10:29.922+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading momentjs
2020-07-07 10:10:30.546+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: momentjs
2020-07-07 10:10:30.546+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-stage-view on behalf of admin
2020-07-07 10:10:32.070+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-stage-view
2020-07-07 10:10:34.381+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-stage-view
2020-07-07 10:10:34.382+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-build-step on behalf of admin
2020-07-07 10:10:35.860+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-build-step
2020-07-07 10:10:36.182+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-build-step
2020-07-07 10:10:36.182+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-model-api on behalf of admin
2020-07-07 10:10:37.501+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-model-api
2020-07-07 10:10:49.839+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-model-api
2020-07-07 10:10:49.840+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-model-extensions on behalf of admin
2020-07-07 10:10:51.323+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-model-extensions
2020-07-07 10:10:51.642+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-model-extensions
2020-07-07 10:10:51.642+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of jsch on behalf of admin
2020-07-07 10:10:53.165+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading jsch
2020-07-07 10:10:55.228+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: jsch
2020-07-07 10:10:55.228+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of git-client on behalf of admin
2020-07-07 10:10:59.103+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading git-client
2020-07-07 10:12:26.420+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: git-client
2020-07-07 10:12:26.420+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of git-server on behalf of admin
2020-07-07 10:12:27.974+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading git-server
2020-07-07 10:12:28.306+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: git-server
2020-07-07 10:12:28.307+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-cps-global-lib on behalf of admin
2020-07-07 10:12:29.729+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-cps-global-lib
2020-07-07 10:12:37.737+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-cps-global-lib
2020-07-07 10:12:37.737+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of branch-api on behalf of admin
2020-07-07 10:12:39.248+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading branch-api
2020-07-07 10:12:41.029+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: branch-api
2020-07-07 10:12:41.030+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-multibranch on behalf of admin
2020-07-07 10:12:42.255+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-multibranch
2020-07-07 10:12:43.027+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-multibranch
2020-07-07 10:12:43.027+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-stage-tags-metadata on behalf of admin
2020-07-07 10:12:45.089+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-stage-tags-metadata
2020-07-07 10:12:45.713+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-stage-tags-metadata
2020-07-07 10:12:45.713+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-model-definition on behalf of admin
2020-07-07 10:12:47.136+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-model-definition
2020-07-07 10:12:59.295+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-model-definition
2020-07-07 10:12:59.295+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of lockable-resources on behalf of admin
2020-07-07 10:13:01.165+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading lockable-resources
2020-07-07 10:13:01.794+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: lockable-resources
2020-07-07 10:13:01.794+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of workflow-aggregator on behalf of admin
2020-07-07 10:13:03.516+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading workflow-aggregator
2020-07-07 10:13:03.527+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: workflow-aggregator
2020-07-07 10:13:03.527+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of okhttp-api on behalf of admin
2020-07-07 10:13:04.850+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading okhttp-api
2020-07-07 10:13:09.980+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: okhttp-api
2020-07-07 10:13:09.980+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of github-api on behalf of admin
2020-07-07 10:13:11.410+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading github-api
2020-07-07 10:13:18.300+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: github-api
2020-07-07 10:13:18.301+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of git on behalf of admin
2020-07-07 10:13:19.806+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading git
2020-07-07 10:13:23.403+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: git
2020-07-07 10:13:23.403+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of github on behalf of admin
2020-07-07 10:13:24.918+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading github
2020-07-07 10:13:30.518+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: github
2020-07-07 10:13:30.518+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of github-branch-source on behalf of admin
2020-07-07 10:13:31.883+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading github-branch-source
2020-07-07 10:13:34.673+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: github-branch-source
2020-07-07 10:13:34.673+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-github-lib on behalf of admin
2020-07-07 10:13:36.184+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pipeline-github-lib
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-github-lib
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pipeline-stage-view on behalf of admin
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.m.UpdateCenter$InstallationJob#_run: Skipping duplicate install of: Pipeline: Stage View@2.13
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pipeline-stage-view
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of git on behalf of admin
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.m.UpdateCenter$InstallationJob#_run: Skipping duplicate install of: Git@4.3.0
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: git
2020-07-07 10:13:36.194+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of mapdb-api on behalf of admin
2020-07-07 10:13:38.334+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading mapdb-api
2020-07-07 10:13:41.786+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: mapdb-api
2020-07-07 10:13:41.786+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of subversion on behalf of admin
2020-07-07 10:13:43.232+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading subversion
2020-07-07 10:13:57.980+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: subversion
2020-07-07 10:13:57.980+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ssh-slaves on behalf of admin
2020-07-07 10:13:59.427+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ssh-slaves
2020-07-07 10:14:01.699+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ssh-slaves
2020-07-07 10:14:01.699+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of matrix-auth on behalf of admin
2020-07-07 10:14:02.971+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading matrix-auth
2020-07-07 10:14:03.950+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: matrix-auth
2020-07-07 10:14:03.950+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of pam-auth on behalf of admin
2020-07-07 10:14:05.368+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading pam-auth
2020-07-07 10:14:12.974+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: pam-auth
2020-07-07 10:14:12.975+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of ldap on behalf of admin
2020-07-07 10:14:15.092+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ldap
2020-07-07 10:14:16.029+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: ldap
2020-07-07 10:14:16.029+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of email-ext on behalf of admin
2020-07-07 10:14:17.341+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading email-ext
2020-07-07 10:14:22.210+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: email-ext
2020-07-07 10:14:22.210+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of mailer on behalf of admin
2020-07-07 10:14:22.210+0000 [id=90]	INFO	h.m.UpdateCenter$InstallationJob#_run: Skipping duplicate install of: Mailer@1.32
2020-07-07 10:14:22.211+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: mailer
2020-07-07 10:14:22.211+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of localization-support on behalf of admin
2020-07-07 10:14:23.621+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading localization-support
2020-07-07 10:14:23.906+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: localization-support
2020-07-07 10:14:23.906+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Starting the installation of localization-zh-cn on behalf of admin
2020-07-07 10:14:25.537+0000 [id=90]	INFO	h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading localization-zh-cn
2020-07-07 10:14:28.349+0000 [id=90]	INFO	h.model.UpdateCenter$DownloadJob#run: Installation successful: localization-zh-cn
2020-07-07 10:14:28.349+0000 [id=90]	INFO	h.m.UpdateCenter$CompleteBatchJob#run: Completing installing of plugin batch…
2020-07-07 10:14:30.672+0000 [id=90]	INFO	h.ExtensionFinder$GuiceFinder$FaultTolerantScope$1#error: Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skipping
2020-07-07 10:14:32.009+0000 [id=90]	INFO	h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Ant.AntInstaller
2020-07-07 10:14:33.353+0000 [id=90]	INFO	h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.plugins.gradle.GradleInstaller
2020-07-07 10:14:39.242+0000 [id=90]	INFO	h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tools.JDKInstall
2020-07-07 10:14:45.277+0000 [id=131]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization

安装插件完事如下图所示:

此时,建议创建一个账户,点击保持并完成,此处我啥也不干,每次我还是使用admin 账户即可;

由于此时,我还没有部署到生产环境,只是在本地机器上,默认不配置实例即可(推荐方式);

安装完成,首次进入页面如下图所示:

 

四. 参考

  1. https://blog.csdn.net/DovSnier/article/details/107168571
  2. https://www.jenkins.io/zh/
  3. https://jenkins-zh.cn/
  4. https://www.jenkins.io/zh/projects/blueocean/
  5. https://www.jenkins.io/zh/doc/book/installing/#war%E6%96%87%E4%BB%B6
  6. http://mirrors.jenkins.io/
  7. http://mirrors.jenkins.io/war-stable/latest/jenkins.war

 

(完)

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值