提交 a0472e01 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Add new file

上级 229d7456
#!groovy
pipeline {
agent any
options {
timeout(time: 1, unit: 'HOURS')
}
stages {
stage("cdn"){
steps{
ansiblePlaybook installation: 'my-ansible', inventory: '/etc/ansible/hosts', playbook: '/etc/ansible/cdn-phome.yaml'
}
}
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册