https://github.com/vergissberlin/t3cmd
This is an example project for presentation at the T3CMD in 2020
https://github.com/vergissberlin/t3cmd
ci concourse-ci example
Last synced: about 1 month ago
JSON representation
This is an example project for presentation at the T3CMD in 2020
- Host: GitHub
- URL: https://github.com/vergissberlin/t3cmd
- Owner: vergissberlin
- Created: 2020-01-18T07:26:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:37:34.000Z (over 2 years ago)
- Last Synced: 2025-07-13T03:38:46.027Z (9 months ago)
- Topics: ci, concourse-ci, example
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concourse example
> This is an example project for presentation at the T3CMD in 2020.
## Presentantion
- Introduction
- Overview CI
- When do I use Concourse CI
- Start Concourse together
- Expand Concourse
## Usage
```shell
docker-compose up -d
```
### Set the pipeline
```shell
fly login -t local -c http://0.0.0.0:8010
fly set-pipeline -t local -p example -c pipeline.yml -n
fly -t local unpause-pipeline -p example
```
### Destroy pipeline
```shell
fly -t local destroy-pipeline -p example
```
### Pipeline
```shell
fly hijack -t local -j example/test
```
# Extend Concourse CI
- Developing a Custom Concourse Resource https://content.pivotal.io/blog/developing-a-custom-concourse-resource