Search⌘ K
AI Features

Quiz

Explore and test your understanding of how Jenkins X handles pull requests and preview environments within Kubernetes. This quiz helps reinforce your knowledge before advancing to release promotion concepts.

We'll cover the following...
Technical Quiz
1.

How do you create a pull request (PR) titled “My PR” using the jx CLI?

A.
jx create "My PR" 
B.
jx create PR “My PR" 
C.
jx create pullrequest --title "My PR" 
D.
jx create PR --title "My PR" 

1 / 5

In the next ...