Jenkins Job Builder - Automatic Pipeline Job
Currently, in Jenkins Job Builder, I can specify downstream jobs through the publishers option like this:
- job-template: name: foo-one project-type: freestyle disabled: false ... publishers: - pipeline: project: foo-two
When the foo-one job is created, the downstream connection exists within Jenkins but the Build other projects entry is 'Build other projects (Manual Step)'. How do I indicate through Jenkins Job Builder that the downstream connection to job foo-two needs to be automated?