logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Jenkins + Gitee 实现代码自动化构建

前提搭建jenkins线上服务,参考CentOS7安装Jenkins和卸载注册码云帐号,创建一个名为test项目安装Git,参考CentOS7安装新版Git原文链接:https://blog.csdn.net/qq_34272964/article/details/93747652过程服务器放置项目位置克隆Gitee上test项目git clone Gitee上test项目链接#我项目位置/dat

#jenkins#git
windows(server)安装jenkins时遇到的问题:this account either does not have the privilege logon as a service

原问题this account either does not have the privilege logon as a service…问题出现场景在安装jenkins时要使用电脑或服务器的用户去将jenkins开启成一个服务。但是当我将我服务器的用户名、密码输入测试时,却会报上面的错误。错误不全但可以看到主要的意思,说此账户没有登录启用一个服务的权限。没有权限就开启权限呗!网上找到的解决方法

Docker容器centos或unbuntu无法使用 systemctl 命令解决方案

容器内使用systemctl 命令时出现(System has not been booted with systemd as init system (PID 1). Can't operat....信息。解决方案:/sbin/init例如:Centos8docker run -itd --name centos --privileged=true centos /sbin/initdocker

#docker#centos
到底了