Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Created June 11, 2018 10:05
Show Gist options
  • Save jt-nti/728b3374e78bf53bb8a8685df8bacbe3 to your computer and use it in GitHub Desktop.
Save jt-nti/728b3374e78bf53bb8a8685df8bacbe3 to your computer and use it in GitHub Desktop.
Example pipeline.yml snippet for a Custom Docker Image type build job
# See https://console.bluemix.net/docs/services/ContinuousDelivery/toolchains_custom.html#toolchains_custom_pipeline_yml
# ...
jobs:
- name: Example
type: builder
artifact_dir: ''
build_type: customimage
docker_image: 'taylorjm/pipeline-job-composer0.19.5'
script: |-
#!/bin/bash
jq --version
composer --version
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment