1 Star 0 Fork 13

magicm55/itop

forked from Gitee 极速下载/itop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
def infra
node(){
properties([
buildDiscarder(
logRotator(
daysToKeepStr: "28",
numToKeepStr: "500")
)
])
checkout scm
infra = load '/var/lib/jenkins/workspace/itop-test-infra_master/src/Infra.groovy'
}
infra.call()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/magicm55/itop.git
[email protected]:magicm55/itop.git
magicm55
itop
itop
develop

搜索帮助