Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ extra:
link: https://bsky.app/profile/concourse-ci.org
- icon: fontawesome/solid/paper-plane
link: mailto:contact@concourse-ci.org
version: 7.14.2

not_in_nav: |
index.md
Expand Down
4 changes: 3 additions & 1 deletion docs/docs/getting-started/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Hello World Pipeline
search:
exclude: true
---

## Creating a Pipeline
Expand Down Expand Up @@ -173,4 +175,4 @@ you to pass files between tasks.
!!! note

If you have any feedback for this tutorial please share it in
[this GitHub discussion](https://github.com/concourse/concourse/discussions/7353).
[this GitHub discussion](https://github.com/concourse/concourse/discussions/7353).
3 changes: 2 additions & 1 deletion docs/docs/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Getting Started
search:
exclude: true
---

This tutorial will guide you through the basics of creating Concourse pipelines. You will use a local instance of
Expand All @@ -25,4 +27,3 @@ quick [Intro to YAML](../config-basics.md#intro-to-yaml) if you're not familiar

If you get stuck at any point, you can try asking for help on our [Discord server](https://discord.gg/MeRxXKW)
in the #need-help channel.

4 changes: 3 additions & 1 deletion docs/docs/getting-started/inputs-outputs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Inputs and Outputs
search:
exclude: true
---

## Overview
Expand Down Expand Up @@ -167,4 +169,4 @@ The next section will introduce you to the concept of [Resources](../resources/i
!!! note

If you have any feedback for this tutorial please share it in
[this GitHub discussion](https://github.com/concourse/concourse/discussions/7353).
[this GitHub discussion](https://github.com/concourse/concourse/discussions/7353).
4 changes: 3 additions & 1 deletion docs/docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Quick Start
search:
exclude: true
---

## Docker Compose Concourse
Expand Down Expand Up @@ -82,4 +84,4 @@ you can move onto the next section.
!!! note

If you have any feedback for this tutorial please share it in this
[GitHub discussion](https://github.com/concourse/concourse/discussions/7353)
[GitHub discussion](https://github.com/concourse/concourse/discussions/7353)
2 changes: 2 additions & 0 deletions docs/docs/getting-started/resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Resources
search:
exclude: true
---

## The Heart of Concourse
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/steps/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Steps
search:
exclude: true
---

Each [job](../jobs.md) has a single build plan configured as [`job.plan`](../jobs.md#job-schema). A build plan is a
Expand Down
4 changes: 3 additions & 1 deletion docs/examples/git-triggered.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: git-triggered job example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -28,4 +30,4 @@ The [`git` resource](https://github.com/concourse/git-resource) can be used to t
* [Resources](https://concourse-ci.org/resources.html)
* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/golang-lib.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Golang library testing example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -33,4 +35,4 @@ the job.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Hello World pipeline
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -28,4 +30,4 @@ the system to check and resolve, this is often used to test overall system healt

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Examples
search:
exclude: true
hide:
- toc
---
Expand All @@ -21,4 +23,4 @@ its [configuration](https://github.com/concourse/ci/blob/master/pipelines/concou
<iframe src="https://ci.concourse-ci.org/teams/main/pipelines/concourse" allowfullscreen
style="position:absolute;top:0;left:0;width:100%;height:100%;border:0"></iframe>
</div>
</div>
</div>
4 changes: 3 additions & 1 deletion docs/examples/inputs-outputs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Task inputs and outputs example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -34,4 +36,4 @@ via [Resources](https://concourse-ci.org/resources.html).
* [`task-config.outputs`](https://concourse-ci.org/tasks.html#schema.task-config.outputs)
* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/java-app.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Java application testing example
search:
exclude: true
hide:
- toc
---
Expand All @@ -23,4 +25,4 @@ You can run the tests for a Java application.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/job-and-task-hooks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Job & task hooks example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -31,4 +33,4 @@ the success, failure, or abortion of a job.
* [`on_abort`](https://concourse-ci.org/on-abort-hook.html#schema.on_abort)
* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/manually-triggered.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Manually triggered job example
search:
exclude: true
hide:
- toc
---
Expand All @@ -24,4 +26,4 @@ A job can be triggered by a resource. After it's complete, the next job can run
* [Resources](https://concourse-ci.org/resources.html)
* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/nodejs-app.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Nodejs application testing example
search:
exclude: true
hide:
- toc
---
Expand All @@ -23,4 +25,4 @@ You can run the tests for a Nodejs application.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/php-app.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: PHP application testing example
search:
exclude: true
hide:
- toc
---
Expand All @@ -23,4 +25,4 @@ You can run the tests for a PHP application.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/pipeline-vars.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Pipeline ((vars)) example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -31,4 +33,4 @@ You can use params in a pipelines configuration file.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/rails-app.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Rails application testing example
search:
exclude: true
hide:
- toc
---
Expand All @@ -23,4 +25,4 @@ You can run the tests for a Rails that requires a specific version of ruby and r

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/serial-job.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Serial job example
search:
exclude: true
hide:
- toc
---
Expand Down Expand Up @@ -30,4 +32,4 @@ disable parallel job runs.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
4 changes: 3 additions & 1 deletion docs/examples/set-pipeline.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Set Pipelines Example
search:
exclude: true
hide:
- toc
---
Expand All @@ -23,4 +25,4 @@ You can set a static set of pipelines from another pipeline on the same team.

* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [`set-pipeline` step](https://concourse-ci.org/set-pipeline-step.html)
* [`set-pipeline` step](https://concourse-ci.org/set-pipeline-step.html)
4 changes: 3 additions & 1 deletion docs/examples/time-triggered.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: time-triggered job example
search:
exclude: true
hide:
- toc
---
Expand All @@ -26,4 +28,4 @@ The [`time` resource](https://github.com/concourse/time-resource) can be used to
* [Resources](https://concourse-ci.org/resources.html)
* [Jobs](https://concourse-ci.org/jobs.html)
* [Steps](https://concourse-ci.org/steps.html)
* [Tasks](https://concourse-ci.org/tasks.html)
* [Tasks](https://concourse-ci.org/tasks.html)
8 changes: 1 addition & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
title: Concourse
title: Concourse CI
template: home.html
hide:
- navigation
- toc
---

## Core features

Concourse is engineered to
be [expressive, versatile, and secure](https://github.com/concourse/rfcs/blob/master/DESIGN_PRINCIPLES.md), remaining
intuitive even as your project complexity grows.
Loading