Skip to content

Commit

Permalink
Update jenkinsfile.md
Browse files Browse the repository at this point in the history
Correct spelling of "Jenkinsfile".
  • Loading branch information
djlindstr authored and jstrachan committed May 6, 2021
1 parent 856f7b1 commit 25a8593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/v3/develop/create-project/jenkinsfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ aliases:
---


When importing a project [jx project import](/v3/develop/reference/jx/project/import) looks for a `Jenkinfile` in the source code.
When importing a project [jx project import](/v3/develop/reference/jx/project/import) looks for a `Jenkinsfile` in the source code.

If there is no `Jenkinsfile` then the wizard assumes you wish to proceed with automated CI/CD pipelines based on [tekton](https://github.com/tektoncd/pipeline) and imports it in the usual Jenkins X way. You also get to confirm the kind of pipeline catalog and language you wish to use for the automated CI/CD - so its easy to import any workload whether its a library, a binary, a container image, a helm chart or a fully blown microservice for automated kubernetes based CI/CD.

If a `Jenkinsfile` is present then the wizard asks you how you want to proceed:

* use the automated CI/CD pipelines based on [tekton](https://github.com/tektoncd/pipeline).
* this option will ignore the `Jenkinfile` for now - you can always use it later
* use a [Jenkins server](/v3/admin/guides/jenkins/) to execute the `Jenkinfile` pipeline
* this option will ignore the `Jenkinsfile` for now - you can always use it later
* use a [Jenkins server](/v3/admin/guides/jenkins/) to execute the `Jenkinsfile` pipeline
* use [Jenkinsfile Runner](https://github.com/jenkinsci/jenkinsfile-runner) to run the pipelines

### Using Jenkins Server
Expand All @@ -26,7 +26,7 @@ If you choose the [Jenkins server](/v3/admin/guides/jenkins/) option and you hav

Otherwise you choose which Jenkins server to use for your project. You could have multiple jenkins servers with different configurations and plugins.

When using a Jenkins Server you get to use the full power of the Jenkins server and `Jenkinfile`. Jenkins X uses the [upstream Jenkins helm chart](https://github.com/jenkinsci/helm-charts) which you can [configure fully via GitOps](/v3/admin/guides/jenkins/getting-started/#configure-jenkins)
When using a Jenkins Server you get to use the full power of the Jenkins server and `Jenkinsfile`. Jenkins X uses the [upstream Jenkins helm chart](https://github.com/jenkinsci/helm-charts) which you can [configure fully via GitOps](/v3/admin/guides/jenkins/getting-started/#configure-jenkins)


### Using Jenkinsfile Runner
Expand Down

0 comments on commit 25a8593

Please sign in to comment.