concourse Questions
3
Solved
My goal is to be able to build, package and test a java project that is built with maven using a councourse build pipeline.
The setup as such is in place, and everything runs fine, but build times...
Overlook asked 22/11, 2016 at 7:43
1
Right now I have a concourse pipeline script that can update dockerhub images from a git repo. I created this based on the following tutorial. I have several docker containers in this git repo and ...
Owens asked 5/10, 2016 at 23:19
1
Solved
When I configure the following pipeline:
resources:
- name: my-image-src
type: git
source:
uri: https://github.com/concourse/static-golang
- name: my-image
type: docker-image
source:
reposit...
Spectroscope asked 15/8, 2016 at 23:5
© 2022 - 2024 — McMap. All rights reserved.