0
0
Jenkinsdevops~10 mins

Blue Ocean interface in Jenkins - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to open the Blue Ocean interface from Jenkins main page.

Jenkins
Click on the [1] button in Jenkins to launch Blue Ocean.
Drag options to blanks, or click blank then click option'
AManage Jenkins
BDashboard
COpen Blue Ocean
DNew Item
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Dashboard' because it sounds like a main page.
Selecting 'Manage Jenkins' which is for settings, not Blue Ocean.
2fill in blank
medium

Complete the code to create a new pipeline in Blue Ocean.

Jenkins
In Blue Ocean, click on [1] to start creating a new pipeline.
Drag options to blanks, or click blank then click option'
ANew Pipeline
BNew Item
CCreate Job
DAdd Project
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'New Item' which is used in classic Jenkins UI.
Selecting 'Create Job' which is not a Blue Ocean label.
3fill in blank
hard

Fix the error in the Blue Ocean pipeline visualization step.

Jenkins
To view the pipeline run details, click on the [1] icon in Blue Ocean.
Drag options to blanks, or click blank then click option'
Aeye
Bgear
Cplay
Drun
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'play' which starts a run, not views details.
Selecting 'gear' which is for settings.
4fill in blank
hard

Fill both blanks to filter pipeline runs by status and branch in Blue Ocean.

Jenkins
Use the [1] dropdown to select the run status and the [2] dropdown to select the branch.
Drag options to blanks, or click blank then click option'
AStatus
BBranch
CBuild
DFilter
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'Build' with 'Status'.
Using 'Filter' which is a generic term, not a dropdown label.
5fill in blank
hard

Fill all three blanks to configure a webhook for automatic pipeline triggering in Blue Ocean.

Jenkins
Go to [1] settings, select [2], then add the webhook URL under [3].
Drag options to blanks, or click blank then click option'
APipeline
BGitHub
CWebhook
DBuild
Attempts:
3 left
💡 Hint
Common Mistakes
Going to 'Build' settings instead of 'Pipeline'.
Selecting 'Build' instead of 'GitHub' for source control.
Looking for webhook URL in the wrong section.