Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Fix on Readme for Concourse links #191

Merged
merged 1 commit into from
Jun 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource only support *GITHUB*.

## Deploying to Concourse

You can use the docker image by defining the [resource type](http://concourse.ci/configuring-resource-types.html) in your pipeline YAML.
You can use the docker image by defining the [resource type](https://concourse-ci.org/resource-types.html) in your pipeline YAML.

For example:

Expand Down Expand Up @@ -41,7 +41,7 @@ resource_types:
linking to builds. On newer versions of Concourse ( >= v0.71.0) , the resource will
automatically sets the URL.

This supports the [build environment](http://concourse.ci/implementing-resources.html#resource-metadata)
This supports the [build environment](https://concourse-ci.org/implementing-resources.html#resource-metadata)
variables provided by concourse. For example, `context: $BUILD_JOB_NAME` will set the context to the job name.

* `private_key`: *Optional.* Private key to use when pulling/pushing.
Expand Down Expand Up @@ -170,13 +170,13 @@ Set the status message for `concourse-ci` context on specified pull request.
* `path`: *Required.* The path of the repository to reference the pull request.

* `status`: *Required.* The status of success, failure, error, or pending.
* [`on_success`](https://concourse.ci/on-success-step.html) and [`on_failure`](https://concourse.ci/on-failure-step.html) triggers may be useful for you when you wanted to reflect build result to the PR (see the example below).
* [`on_success`](https://concourse-ci.org/on-success-step-hook.html#on_success) and [`on_failure`](https://concourse-ci.org/on-failure-step-hook.html#on_failure) triggers may be useful for you when you wanted to reflect build result to the PR (see the example below).

* `context`: *Optional.* The context on the specified pull request
(defaults to `status`). Any context will be prepended with `concourse-ci`, so
a context of `unit-tests` will appear as `concourse-ci/unit-tests` on Github.

This supports the [build environment](http://concourse.ci/implementing-resources.html#resource-metadata)
This supports the [build environment](https://concourse-ci.org/implementing-resources.html#resource-metadata)
variables provided by concourse. For example, `context: $BUILD_JOB_NAME` will set the context to the job name.

* `comment`: *Optional.* The file path of the comment message. Comment owner is same with the owner of `access_token`.
Expand Down