2
私はジェンキンス仕事ビルダー、 これまでの運を使用して、フォルダ内のジェンキンスジョブを作成しようとしていますを使用して、フォルダ内のJenkinsの仕事;(場所はジェンキンス仕事ビルダー
以下は、仕事やフォルダを作成します
PLACするために、残り-framework.yaml
- job:
name: folder_test
project-type: folder
primary-view: project_view
health-metrics:
- worst-child-health-metric
- view:
name: project_view
view-type: list
folder: true
columns:
- status
- weather
- job
- last-success
- last-failure
- last-duration
regex: (?!rest-framework.*).*
- job-template:
name: '{name}-hello-world'
builders:
- shell: 'echo "hello world!"'
- project:
name: rest-framework
jobs:
- '{name}-hello-world'