Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Create a new machine learning project from a sample/starter (found in https://gi
This will create two new projects for you from the selected template. One for training and one for deploying a model as a service.
It will exclude any work-in-progress repos (containing the "WIP-" pattern)

For more documentation see: [https://jenkins-x.io/developing/create-mlquickstart/](https://jenkins-x.io/developing/create-mlquickstart/)
For more documentation see: https://jenkins-x.io/v3/mlops/

See Also:

Expand All @@ -29,11 +29,6 @@ See Also:
### Examples

```bash
Create a new machine learning project from a sample/starter (found in https://github.com/machine-learning-quickstarts)

This will create a new machine learning project for you from the selected template.
It will exclude any work-in-progress repos (containing the "WIP-" pattern)

jx project mlquickstart

jx project mlquickstart -f pytorch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create a new project from a sample/starter (found in https://github.com/jenkins-

This will create a new project for you from the selected template. It will exclude any work-in-progress repos (containing the "WIP-" pattern)

For more documentation see: https://jenkins-x.io/developing/create-quickstart/
For more documentation see: https://jenkins-x.io/v3/develop/create-project/

### Examples

Expand Down
6 changes: 1 addition & 5 deletions content/en/v3/develop/reference/jx/project/spring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jx project spring

Creates a new Spring Boot application and then optionally setups CI/CD pipelines and GitOps promotion.

You can see a demo of this command here: [https://jenkins-x.io/demos/create_spring/](https://jenkins-x.io/demos/create_spring/)

For more documentation see: [https://jenkins-x.io/developing/create-spring/](https://jenkins-x.io/developing/create-spring/)

See Also:

* jx create project : https://jenkins-x.io/commands/jx_create_project
* jx project : https://jenkins-x.io/commands/jx_project

### Examples

Expand Down