2024年10月1日
摘要: 参考文档:Jenkins plugin integration with Snyk | Snyk User Docs Follow the steps in each section of this document to use the Snyk Jenkins plugin: Install t 阅读全文
posted @ 2024-10-01 18:43 wadeson 阅读(12) 评论(0) 推荐(0) 编辑
  2024年8月4日
摘要: 记录一些使用到的pipeline: 仓库多分支,选择分支下载代码: pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'main', name: 'BRANCH', ty 阅读全文
posted @ 2024-08-04 01:31 wadeson 阅读(24) 评论(0) 推荐(0) 编辑
  2024年8月2日
摘要: npm、yarn、pnpm 最新国内镜像源设置: # 淘宝镜像 npm config set registry https://registry.npmmirror.com # 官方镜像源 npm config set registry https://registry.npmjs.org/ mav 阅读全文
posted @ 2024-08-02 18:47 wadeson 阅读(203) 评论(0) 推荐(0) 编辑
  2024年7月29日
摘要: 1、安装插件Blue Ocean 2、创建并配置: 3、将生成的公钥配置到gitlab: 4、配置完公钥: 创建完后: 因为这个仓库有Jenkinsfile文件,所以会直接执行: 而不会进行设计步骤,查看执行结果: 对应仓库文件Jenkinsfile: 阅读全文
posted @ 2024-07-29 20:01 wadeson 阅读(43) 评论(0) 推荐(0) 编辑
  2024年7月28日
摘要: 如果Jenkins容器docker安装: docker run --privileged -d -p 9090:8080 -p 50000:50000 -v /var/lib/jenkins:/var/jenkins_home -v /etc/localtime:/etc/localtime -v 阅读全文
posted @ 2024-07-28 17:15 wadeson 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1、安装插件Publish Over SSH 2、配置ssh: 进行测试: 3、配置job: 如果需要展示复制过程: 则需要将如下打开: 另外的,如果需要将下面test目录下面的index.html文件copy到远程host主机,配置如下: [root@node1 test1]# ll total 阅读全文
posted @ 2024-07-28 15:32 wadeson 阅读(89) 评论(0) 推荐(0) 编辑
  2024年7月4日
摘要: 1、在Windows下安装Docker-desktop 下载: https://github.com/tech-shrimp/docker_installer/releases/download/latest/docker_desktop_installer_windows_x86_64.exe 2 阅读全文
posted @ 2024-07-04 22:13 wadeson 阅读(206) 评论(0) 推荐(0) 编辑
  2024年7月3日
摘要: 1、腾讯cos免费试用6个月:https://console.cloud.tencent.com/cos 2、创建好bucket: 3、Linux系统下coscmd工具安装,coscmd命令参考:https://cloud.tencent.com/document/product/436/10976 阅读全文
posted @ 2024-07-03 23:41 wadeson 阅读(70) 评论(0) 推荐(0) 编辑
  2024年6月30日
摘要: 192.168.77.101 gitlab rpm安装,url:http://192.168.77.101:8888 gitlab-ce安装: 打开:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ wget https://mirror 阅读全文
posted @ 2024-06-30 01:25 wadeson 阅读(59) 评论(0) 推荐(0) 编辑
  2024年6月25日
摘要: 节点info: 192.168.77.103 node3192.168.77.104 node4192.168.77.105 node5 所有节点执行: 1、安装docker cd /etc/yum.repos.d/ && wget https://mirrors.aliyun.com/docker 阅读全文
posted @ 2024-06-25 21:42 wadeson 阅读(83) 评论(0) 推荐(0) 编辑