安装过程中出现一个错误: No such plugin: cloudbees-folder 安装插件,有时候会报类似的错误:An error occurred during installation: No such plugin: cloudbees-folder 上面的错误显示是,安装插件cloudbees-folder失败,是因为下载的Jenkins.war里没有cloudbees-folder插件 需要在网上下载:http://ftp.icm.edu.pl/packages/jenkin…
this authentication plugin is not supported 应用程序连接mysql docker一直报错:this authentication plugin is not supported. google发现,原来是mysql新版本(8.0以上)将root用户使用的plugin更新成caching_sha2_password. 登录mysql输入如下命令可以看到: mysql> select user,plugin from mysql.user;+-------…