This commit adds the Concourse CI pipeline configuration. The CI build is hosted on https://ci.spring.io. As an experimental project, artifacts are published for now using the org.springframework.experimental groupId. Closes gh-18
9 lines
360 B
YAML
9 lines
360 B
YAML
github-repo: "https://github.com/spring-projects-experimental/spring-graphql.git"
|
|
github-repo-name: "spring-projects-experimental/spring-graphql"
|
|
docker-hub-organization: "springci"
|
|
artifactory-server: "https://repo.spring.io"
|
|
branch: "master"
|
|
build-name: "spring-graphql"
|
|
pipeline-name: "spring-graphql"
|
|
concourse-url: "https://ci.spring.io"
|
|
task-timeout: 45m |