作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在多分支管道作业中,我配置了构建(基本 linting)以跨分支扫描 jenkins 文件。但是,我仍然必须手动执行此构建。我可以设置什么属性来启用对 GitHub 的轮询,或者更好的是在新提交时触发。
一般来说,我试图找到一种方法来了解所有 GUI 字段如何映射到我可以在 properties();
中使用的键。方法。我无法在 GUI 表单字段和脚本键值选项之间进行转换。
node('master') {
properties([
[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '10']],
[$class: 'BuildTriggerProperty???', strategy: 'Build when a change is pushed to GitHub???']
]);
...
}
最佳答案
I'm trying to find a way to learn how all GUI fields map to keys I can use in the properties(); method.
关于jenkins - 如何在提交到分支时触发多分支管道构建?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39544445/
我是一名优秀的程序员,十分优秀!