Advertisement

Ubuntu, Jenkins, OpenJDK: trustAnchors参数必须非空

阅读量:

在Ubuntu系统中,完成OpenJDK 11的安装后,依据Jenkins官方提供的指导文档进行Jenkins的部署与配置,但在启动过程中遇到了如下错误:

安装步骤:

复制代码
 # 安装JDK11

    
 add-apt-repository ppa:openjdk-r/ppa
    
 apt install openjdk-11-jdk
    
  
    
 #安装Jenkins
    
 wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
    
 sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
    
 sudo apt-get update
    
 sudo apt-get install jenkins
    
    
    
    
复制代码
 2020-05-08 04:31:09.838+0000 [id=48]    INFO    hudson.util.Retrier#start: The attempt #1 to do the action che

全部评论 (0)

还没有任何评论哟~