This repository was archived by the owner on Nov 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
benjamb/gdp-pipeline
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Running the Demo Pipeline This should be all that's necessary to run what I've set up so far, if not poke me and insist that I be better. apt-get install vagrant From the root of this repo run: vagrant up Once it's finished spinning up you should have a shiny looking webpage at 192.168.100.4:8080. Download the fly CLI from the above webpage and put it somewhere sensible (make sure it's executable) and run the following (replacing variables with useful entries): fly set-pipeline -p demo-pipeline -c pipeline.yml \ --var "artefacts-bucket=<BUCKET>" \ --var "artefacts-region=<REGION>" \ --var "artefacts-access-key=<ACCESS_KEY>" \ --var "artefacts-secret-key=<SECRET_KEY>" fly unpause-pipeline -p demo-pipeline The webpage will be updated with some more shiny stuff. I've not currently set builds to trigger from resource updates, so you'll have to navigate the web interface in order to kick off a build.
About
Concourse.ci pipeline for the Yocto GDP
Resources
Stars
Watchers
Forks
Packages 0
No packages published