上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 45 下一页
摘要: Jenkins控制并发插件 Throttle Concurrent Builds介绍,管网见:https://github.com/jenkinsci/throttle-concurrent-builds-plugin. 官网写了一大堆英文,可能你也不想看,想看就不会找到我这篇文章 怎么用呢,看图吧 阅读全文
posted @ 2021-11-09 17:22 flytoyou 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 其实这个很简单,我之前在网上搜索的关键词都是:Jenkins的job怎么实现跑完之后才能被触发;Jenkins的job不能在一段时间内触发多次等等 我搜到的东西根本不是我想要的,然后我又去细看了Jenkins的配置,发现我想要的就在配置里 找到选项 Do not allow concurrent b 阅读全文
posted @ 2021-11-09 17:20 flytoyou 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 黑名单 iptables -P INPUT ACCEPT 白名单 iptables -P INPUT DROP 阅读全文
posted @ 2021-10-29 11:03 flytoyou 阅读(118) 评论(0) 推荐(0) 编辑
摘要: # check now timezone $ date -R Sun, 21 Oct 2018 23:35:04 +0800 # change timezone to Shanghai if it is wrong apt update apt install -y tzdata echo "Asi 阅读全文
posted @ 2021-10-20 20:13 flytoyou 阅读(403) 评论(0) 推荐(1) 编辑
摘要: 今天做jenkins任务的时候,发现一个启动后,一直卡住,在那转圈圈,其实这个时候,任务已经执行完了。 经过分析,因为这个任务是启动一个web服务,直接在机器上执行时,直接占用一个终端。 解决办法,放后台执行就可以了,nohup cmd & 案例 #!/bin/sh echo ${ServerPar 阅读全文
posted @ 2021-10-15 11:18 flytoyou 阅读(1579) 评论(0) 推荐(0) 编辑
摘要: 问题:安装完jenkins后发现时区不对 解决:打开jenkins的【系统管理】 > 【脚本命令行】,在命令框中输入一下命令【时间时区设为 亚洲上海】: System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Sh 阅读全文
posted @ 2021-10-15 11:09 flytoyou 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: 错误用法 #!/bin/sh echo ${ServerParam} echo ${PushParam} # for取值在ssh远端命令中不生效 ssh root@192.168.130.86 "cd /root/app/release/make/;for dir in ${ServerParam} 阅读全文
posted @ 2021-10-14 13:51 flytoyou 阅读(183) 评论(0) 推荐(0) 编辑
摘要: [root@VM-52-133-centos opt]# cat idList.txt 102952000 102952199 102959860 102967560 102975106 102982724 102990453 102998202 103005971 [root@VM-52-133- 阅读全文
posted @ 2021-10-11 16:33 flytoyou 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 解决(CRON) info (No MTA installed, discarding output) 问题 使用crontab进行设置定时任务,任务没有执行. 使用命令 tail /var/log/syslog 查看文件,看到cron报错: (CRON) info (No MTA installe 阅读全文
posted @ 2021-10-11 09:07 flytoyou 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: 其实大家心里都很明白“低技术含量的外包没有前途”,好多人都认为外包没有技术,其实这种思想不对,国外有大量的高端技术外包业务等着我们干,但是反问一句“大家能干吗?”。 现在大部分的公司都是平均每个项目开发2—4个月,干完就再转一个组再做别的项目,从Java .NET C C++ 到有些人可能没有听说过 阅读全文
posted @ 2021-09-29 14:45 flytoyou 阅读(4373) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 45 下一页