Skip to content

Commit

Permalink
fix: build pack pipeline file name
Browse files Browse the repository at this point in the history
Documentation incorrectly said the pipeline file in a build pack is named `jenkins-x.yml` but it's `pipeline.yaml`.
  • Loading branch information
troyhart authored and jenkins-x-bot committed Sep 4, 2020
1 parent cb607a9 commit 2be2618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Jenkins X pipelines are configured in YAML configuration files. The files can be
found in two locations serving distinct purposes:

* In the Jenkins X project repository, called `jenkins-x.yml`.
* In the build packs for creating applications, if it is specified in the project repository `jenkins-x.yml` file under `buildPack`.
* In the build packs for creating applications, if it is specified in the project repository `pipeline.yaml` file under `buildPack`.

## Pipeline types

Expand Down

0 comments on commit 2be2618

Please sign in to comment.