You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
8
8
9
9
## Documentation
10
10
11
-
This project maintains its reference documentation ([published](https://docs.spring.io/spring-grapqhl/docs/current-SNAPSHOT/spring-graphql-reference/) and [source](docs/src/docs/asciidoc)) and an
This project maintains its reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](docs/src/docs/asciidoc)) and an
Copy file name to clipboardExpand all lines: ci/README.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
== Spring GraphQL Concourse pipeline
2
2
3
-
The Spring GraphQL experimental project is using https://concourse-ci.org/[Concourse] for its CI build and other automated tasks.
3
+
The Spring GraphQL project is using https://concourse-ci.org/[Concourse] for its CI build and other automated tasks.
4
4
The Spring team has a dedicated Concourse instance available at https://ci.spring.io.
5
5
6
6
=== Setting up your development environment
@@ -29,14 +29,15 @@ The build pipelines are described in `pipeline.yml` file.
29
29
This file is listing Concourse resources, i.e. build inputs and outputs such as container images, artifact repositories, source repositories, notification services, etc.
30
30
It also describes jobs (a job is a sequence of inputs, tasks and outputs); jobs are organized by groups.
31
31
32
-
The `pipeline.yml` definition contains `((parameters))` which are loaded from the `parameters.yml` file or from our https://docs.cloudfoundry.org/credhub/[credhub instance].
32
+
The `pipeline.yml` definition contains `((parameters))` which are loaded from the `parameters.yml` file or from our https://www.vaultproject.io/[Vault instance].
33
33
34
34
You'll find in this folder the following resources:
35
35
* `pipeline.yml` the build pipeline
36
36
* `parameters.yml` the build parameters used for the pipeline
37
37
* `images/` holds the container images definitions used in this pipeline
38
38
* `scripts/` holds the build scripts that ship within the CI container images
39
39
* `tasks` contains the task definitions used in the main `pipeline.yml`
40
+
* `config` contains the Spring Boot configuration for the https://github.com/spring-io/github-changelog-generator[changelog generator] and https://github.com/spring-io/concourse-release-scripts[concourse-release-scripts]
40
41
41
42
=== Updating the build pipeline
42
43
@@ -48,4 +49,4 @@ The pipeline can be deployed using the following command:
0 commit comments