You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/v3/develop/developing/_index.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,15 @@ Mostly you just use your IDE and git to change code in your usual way.
13
13
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.
14
14
15
15
## Demo
16
+
17
+
To see how to create a [Preview Environment](/v3/develop/environments/preview/) on a Pull Request see this demo:
16
18
17
-
To see how to develop with Jenkins X check out this demo:
19
+
<iframewidth="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:
18
25
19
26
<iframewidth="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>
To see how to create a Preview Environment on a Pull Request see this demo:
22
+
23
+
<iframewidth="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
+
19
25
### Generating a preview environment
20
26
21
27
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