https://concourse.ci/
vagrant初期化
vagrant init concourse/lite vagrant up
hello.yml
jobs: - name: hello-world plan: - task: say-hello config: platform: linux image_resource: type: docker-image source: {repository: ubuntu} run: path: echo args: ["Hello, world!"]
concourse起動
fly -t lite login -c http://192.168.100.4:8080 fly -t lite set-pipeline -p hello-world -c hello.yml