摘要:
想在 流水线里加上逻辑 判断 ,比如 docker 存在 镜像就 先 stop 在 rm 原来 是这样写的 sh 'test -n "$(docker ps | grep react-app)" && docker stop react-app' 报语法 不对 ,后来 想想 用 shell 脚本 算 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
想在 流水线里加上逻辑 判断 ,比如 docker 存在 镜像就 先 stop 在 rm 原来 是这样写的 sh 'test -n "$(docker ps | grep react-app)" && docker stop react-app' 报语法 不对 ,后来 想想 用 shell 脚本 算 阅读全文
|