Skip to content

Instantly share code, notes, and snippets.

@kierarad
Last active June 27, 2019 01:20
Show Gist options
  • Save kierarad/eb0c3c9957a096fe2e1e92b3f84fee8d to your computer and use it in GitHub Desktop.
Save kierarad/eb0c3c9957a096fe2e1e92b3f84fee8d to your computer and use it in GitHub Desktop.
environments:
default:
pipelines:
- repo2-pipeline
pipelines:
repo2-pipeline:
group: POC
materials:
foo-pipeline:
pipeline: Build-Test
stage: build
stages:
- build:
clean_workspace: yes
jobs:
build:
tasks:
- fetch:
pipeline: Build-Test
stage: build
job: package
source: foobar/foobar.txt
is_file: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment