Sha256: 070bb1117f62225334ab8e0268bff5f225e9c28bf28c305010add0b4eb619ed6
Contents?: true
Size: 556 Bytes
Versions: 5
Compression:
Stored size: 556 Bytes
Contents
## Create multi job project **phase** Description: Run a job phase. Phases are executed sequentially, however jobs within a phase run in parallel. Multiple: Add Example builder.multi 'hello_world-deploy' do phase 'hello_world-db-deploy' do job 'foo-db' job 'bar-db' do ignore_result true end end phase 'hello_world-service-deploy' do job 'foo-service' do retries 1 abort_others false end job 'bar-service' end end
Version data entries
5 entries across 5 versions & 1 rubygems