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

Commit

Permalink
Merge pull request #191 from brunoban/fix-readme
Browse files Browse the repository at this point in the history
Fix on Readme for Concourse links
  • Loading branch information
crstamps2 authored Jun 25, 2018
2 parents 348d93d + 22a4a26 commit 37d226d
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 37d226d

Please sign in to comment.