Sha256: 5b62e9c5c9cdd9e8e80ac24cfc64d55af1ee76a17cc01cc838f8875960700b37
Contents?: true
Size: 612 Bytes
Versions: 49
Compression:
Stored size: 612 Bytes
Contents
- job: name: '{{name}}-PipelineGenerator' description: 'Generator for jobs' scm_provider: git scm_url: '{{git_repo}}' scm_branch: '{{git_branch}}' publishers: - downstream: project: '{{name}}-Pipeline' condition: SUCCESS builders: - shell_command: | cd example/pipeline # Change if you use this example as a template bundle -v || gem install bundler bundle install bundle exec generate pipeline bootstrap pipeline/ wrappers: - timestamp: true - ansicolor: true - rvm: '{{rvm}}'
Version data entries
49 entries across 49 versions & 1 rubygems