04 2022 档案
摘要:1.插件 git parameter 2.代码 pipeline { parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' ch
阅读全文
摘要:插件需求 Build Name and Description Setter 语法 pipeline { options { buildDiscarder(logRotator(numToKeepStr: '15')) timestamps() timeout(time:1, unit:'HOURS
阅读全文
摘要:1.环境 # Jenkins/github in k8s,hub是阿里云 插件: kubernets pipeline docker pipeline docker Jenkins源:https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/updat
阅读全文
摘要:在下载Jenkins插件时比较慢,可以更换国内源 Jenkins插件清华大学镜像地址: https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/current/update-center.json https://mirrors.tuna.tsing
阅读全文
摘要:[root@hadoop3server ~]# docker run -id busybox [root@hadoop3server ~]# docker cp 6da62e5c038c:/bin/busybox . [root@hadoop3server ~]# which busybox /us
阅读全文