摘要: _ckIPaddr () { ckStep1=`echo $1 | awk -F"." '{print NF}'` if [ $ckStep1 -eq 4 ] || [ $ckStep1 -eq 6 ] then ckStep2=`echo $1 | awk -F"." '{if ($1!=0 && 阅读全文
posted @ 2021-02-07 17:20 yangxl-dev 阅读(377) 评论(0) 推荐(0)
摘要: argo-cd jobcd脚本拉去初始化chart,sed替换对应微服务chart文件参数,并提交到新环境的chart仓库label = "master" node(label) { stage('env info'){ echo sh(returnStdout: true, script: "en 阅读全文
posted @ 2021-02-07 09:49 yangxl-dev 阅读(309) 评论(0) 推荐(0)