
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
cat <<END>DockerfileFROM alpine:latestMAINTAINER jbjb@jb.comENV TIMEZONE Asia/ShanghaiRUN echo http://mirrors.aliyun.com/alpine/latest-stable/main/ > /etc/apk/repositories && \echo
安装插件插件Locale plugin插件:Localization: Chinese (Simplified)jenkin搜索关键字LocaleLocalization然后在系统设置那里设置成:zh_CN启动生效皮肤插件安装插件simple theme启动生效系统设置 ->> Theme,转到Manage Jenkins–>> Configure并搜索Theme配置,然后
参数disableConcurrentBuilds()完整pipelinepipeline {agent anyoptions{timestamps ()disableConcurrentBuilds()}stages {stage('get code ') {steps {checkout([$class: 'GitSCM', branches: [[name: '*/master']], do
[root@VMcentos bin]# ntpdate -u ntp2.aliyun.com10 Aug 22:11:11 ntpdate[3327]: adjust time server 203.107.6.88 offset 0.006663 sec
如下已配置好配置这几步即可。以下配置都默认保存pipeline脚本声明式pipeline{agent{kubernetes{// label 'tets01'cloud 'kubernetes'}}options { timestamps() }stages {stage('Run shell') {steps{sh 'sleep 5s'sh 'echo he
动态slave的优点个人觉得当 Slave 处于空闲状态时,也不会完全释放掉资源。一个字太抠了下面开始:创建一个动态节点configureClouds1.创建密钥证书、创建他们:1. 复制密钥部分 certificate-authority-data:LS0tLS1CRUdJechoLS0tLS1CRUdJ | base64 -d > ca.crt2. 复制密钥部分 client-certi
ssh远程执行shell单机- name: ssh commandsimage: appleboy/drone-sshsettings:host: foo.comusername: rootpassword: 1234port: 22script:- echo hello- echo world多个主机的示例配置- name: ssh commandsimage: appleboy/drone-
报错:[ERROR] --initialize specified but the data directory has files in it. Aborting.属于mysql 5.7 以上版本特性,如对应初始化的路径不是空目录,会影响mysql初始化。解决方法:添加参数:–ignore-db-dir=lost+found 在yaml文件中,忽略对应lost+found目录containers
VXLAN网络设备主要有三种角色,分别是VTEP(VXLAN Tunnel EndPoint)、VXLAN网关、VXLANIP网关1.VTEP是直接与终端连接的设备,负责原始以太报文的VXLAN封装和解封装。2.VXLAN网关除了具备VTEP的功能外,还负责VLAN报文与VXLAN报文之间的映射和转发。VXLAN的虚拟机与传统VLAN的虚拟机之间互访,通过VXLAN网关来完成。3 . VXLANI








