首页
文章
分类
标签
动态
相册
关于
友链
1
Flink 3种部署模式、保证高可用的区别
2
MySQL 其它问题处理
3
Mysql命令:查看连接数量
4
MySQL BinLog配置
5
Linux时间同步
WinJay
博观而约取 厚积而薄发
累计撰写
360
篇文章
累计创建
174
个标签
累计收到
2
条评论
栏目
首页
文章
分类
标签
动态
相册
关于
友链
搜索
标签搜索
BigData
sync
Security
Sec
ChatGPT
Kafka
DDOS
MQ
FastDFS
curl
exclude
临时
Google
Java
NodeJS
Python
Disabled
Forwarding
https
TLS
SSL
SQL
Network
Ceph
Typora
Firewall
Defender
Kali
Kernel
ELK
Logstash
Kibana
unzip
zip
CoreUpdate
Monitor
Zabbix
CPU
DevOps
CICD
Ingress
Helm
Ansible
总结
面试题
Croc
内网传输
集锦
故障
pod
LDAP
函数
sub
circtl
CRI
Container
FileZilla
上下几行
指定行数
过滤
grep
cgroup
NTFS
umask
Share
还原
ulimit
计划
任务
at
sar
优化
监控
指标
参数
性能
Text3
Sublime
取值
分隔
awk
Atlassian
Confluence
WiKi
Jira
加固
远程连接
RDS
统计
日志
journalctl
ffmpeg
备份
Backup
Vue
Ubuntu
Demo
MSbuild
.NET
ElasticSearch
格式
markdown
后台作业
后台运行
jobs
scp
tree
groovy
LibreOffice
Debian
并发
连接数
并发连接
HTTP
监测
查看
实时
watch
stream
fstab
samba
smb
cifs
sed
文本
替换
删除
Safe
安全
配置
常规
Web
IIS
代码迁移
SVN
Notion
MicroSoft
Docker
Cluster
Redis
Key
SSH
PV PVC
OSS
正则表达式
Nginx
集合
删库
Database
K8S
Kubernetes
Jenkins
Git
CentOS
ext4
xfs
云盘
扩容
Linux
攻击
黑客
入侵
Hack
VPN
远程桌面
Remote
Windows
YUM
VMware
NAT
虚拟机
端口映射
Hyper-V
FTP
目 录
CONTENT
以下是
Jenkins
相关的文章
2022-03-01
Jenkins-Test
示例1pipeline{//老项目 agent { node { label 'MSBuild' } } environment { //GIT 认证标识 GIT_AUTH = "973c9a08-4d62-4f8a-8792-7a214b
2022-03-01
45
0
0
语言与工具
2021-09-26
使用Jenkins将Docker镜像部署到Kubernetes集群
使用 Jenkins 将 Docker 镜像部署到 Kubernetes 集群本文解释了从创建项目到使用 Jenkins 将 Docker 映像部署到 Kubernetes 集群的完整 DevOps 管道设置。DevOps 管道之前我们已经看到了如何使用 Jenkins 将 Docker 镜像推送到
2021-09-26
71
0
0
未完成
业务与容器
2021-07-14
NodeJS-JenkinsFile-Nginx
/*//==========通用变量信息=========def GitAddr = "https://git.nercoa.com/fz/other/uc/Sprout_2021.git"def Branch = "develop/rpet_v1"def I
2021-07-14
91
0
0
语言与工具
2021-07-13
Debian更换国内镜像源|Debian换源|换源|JenkinsFile
deb http://mirrors.163.com/debian/ buster main non-free contribdeb http://mirrors.163.com/debian/ buster-updates main non-free contribdeb http://mirro
2021-07-13
154
0
0
网络与系统
2021-07-13
.Net MSBuild项目-新项目Jenkins构建Demo|新项目|JenkinsFile
pipeline{ agent { node { label 'MSBuild' } } stages{ stage('拉取更新'){ steps{ echo '检测代码更改'
2021-07-13
93
0
0
语言与工具
2021-04-29
How to install latest LibreOffice version on Debian 10
How to install latest LibreOffice version on Debian 10PrerequisitesThe machine uses Debian 10.The user must be familiar with the Sudo command and be a
2021-04-29
176
0
0
网络与系统
2019-08-05
5.构建业务基础镜像
以 Tomcat 示例,构建完成后上传到 harbor 上,使用任意一台安装了 Docker 的机器都行。Dockerfile 如下:FROM centosMAINTAINER www.winjay.cnRUN yum install unzip iproute -yENV JAVA_HOME /u
2019-08-05
102
0
0
业务与容器
2019-08-04
docker 构建 Jenkins
今天在构建的时候,可是踩了不少的坑。。。先是构建完,启动了 Jenkins 后,在安装选择的插件时,只安装成功了 4 个,其它全部报红报错。。。进入后查看日志提示是 Jenkins 版本太低。。。重新更换 Jenkins 镜像,构建完结果发现是每周更新版,不是 lts 版本的。。。没仔细看官方镜像文
2019-08-04
106
0
0
业务与容器
2018-11-02
How To Install Jenkins on CentOS 7
Jenkins is an open source, Java-based automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pip
2018-11-02
109
0
0
业务与容器