Skip to content

Commit db53322

Browse files
committed
fix: add better demos
1 parent 1e2cbde commit db53322

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/en/v3/develop/developing/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ Mostly you just use your IDE and git to change code in your usual way.
1313
Though we do prefer you submit code changes via [Pull Requests](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) to then trigger CI and [Preview Environment](/v3/develop/environments/preview/) for each Pull Request.
1414

1515
## Demo
16+
17+
To see how to create a [Preview Environment](/v3/develop/environments/preview/) on a Pull Request see this demo:
1618

17-
To see how to develop with Jenkins X check out this demo:
19+
<iframe width="560" height="315" src="https://www.youtube.com/embed/x-GtKmmhDSI" title="Demo of creating Preview Environments on Pull Requestss with Jenkins X" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20+
21+
22+
### Creating a project
23+
24+
To see how to [create a new project](/v3/develop/create-project/) and get started developing with Jenkins X check out this demo:
1825

1926
<iframe width="560" height="315" src="https://www.youtube.com/embed/4wqwulEzseM?t=279s" title="Demo of developing with Jenkins X" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2027

content/en/v3/develop/environments/preview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ When the Preview Environment is up and running Jenkins X will comment on your Pu
1616
<img src="/images/pr-comment.png" class="img-thumbnail">
1717

1818

19+
## Demo
20+
21+
To see how to create a Preview Environment on a Pull Request see this demo:
22+
23+
<iframe width="560" height="315" src="https://www.youtube.com/embed/x-GtKmmhDSI" title="Demo of creating Preview Environments on Pull Requestss with Jenkins X" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
24+
1925
### Generating a preview environment
2026

2127
In a typical Jenkins X development scenario, users make changes to an application that has been [imported or created via a quickstart](/v3/develop/create-project/).

0 commit comments

Comments
 (0)