张大哥Blog
jenkins常用DSL jenkins常用DSL
Jenkins 流水线语法 常用的DSL方法总结_富士康质检员张全蛋的博客-CSDN博客
2022-10-21
构建工具ansible集成 构建工具ansible集成
CD-ansible安装 yum install epel-release -y yum install ansible -y vi /etc/ansible/hosts 添加 12[servers]ser
2022-10-21
构建工具saltstack集成 构建工具saltstack集成
CD-saltstack官网 saltstack安装 sudo rpm –import https://repo.saltproject.io/py3/redhat/8/x86_64/latest/SALTSTACK-GPG-KEY.pub
2022-10-21
构建工具npm集成 构建工具npm集成
jenkins 集成npm官网 npm安装 cd /data/devops/devops-tools-install-pkg/ wget https://nodejs.org/dist/v16.16.
2022-10-21
构建工具grandle集成 构建工具grandle集成
jenkins 集成grandlegradle官网 安装grandle cd /data/devops/devops-tools-install-pkg/ wget https://download
2022-10-21
构建工具ant集成 构建工具ant集成
jenkins 中ant构建工具ant官网 ant安装 cd /data/devops/devops-tools-install-pkg/ wget https://dlcdn.apache.org
2022-10-21
构建工具maven集成 构建工具maven集成
jenkins中maven安装采用手动安装的方式 cd cd /data/devops/devops-tools-install-pkg/ wget https://dlcdn.apache.org
2022-10-21
jenkins使用共享库 jenkins使用共享库
共享库定义存在这样的场景: 在 jenkins 中存在多个 pipeline jobs, pipeline jobs 之间有相同逻辑功能(有重复相同代码), 为了 dry (don’t repeat yourself) 去除重复代码,jen
2022-10-21
前端项目发布流水线 前端项目发布流水线
前端项目发布流水线 安装nodejs 安装vue, 生成vue demo(替换为自己的项目) npm installl vue npm install vue-cli vue init webpack my-project npm in
2022-08-10
1 / 4