0
0
Jenkinsdevops~10 mins

Blue Ocean interface in Jenkins - Step-by-Step Execution

Choose your learning style9 modes available
Process Flow - Blue Ocean interface
Open Jenkins Dashboard
Click on Blue Ocean Link
Blue Ocean UI Loads
Select/Create Pipeline
View Pipeline Visualization
Interact with Pipeline Stages
View Logs and Results
Return to Dashboard or Exit
This flow shows how a user navigates from the Jenkins dashboard to the Blue Ocean interface, interacts with pipelines visually, and views results.
Execution Sample
Jenkins
1. Open Jenkins Dashboard
2. Click Blue Ocean link
3. Select a pipeline
4. View pipeline stages
5. Click a stage to see logs
This sequence shows the basic steps to open and use the Blue Ocean interface to visualize and interact with Jenkins pipelines.
Process Table
StepUser ActionSystem ResponseUI State ChangeOutput/Result
1Open Jenkins Dashboard URLDashboard page loadsDashboard visible with jobs listJenkins main page displayed
2Click Blue Ocean linkBlue Ocean UI loadsBlue Ocean homepage visibleBlue Ocean interface ready
3Select a pipelinePipeline data fetchedPipeline visualization shownPipeline stages displayed visually
4Click a pipeline stageStage logs loadedStage details panel opensLogs and status shown for stage
5View logsLogs displayedScrollable log panel activeUser reads logs
6Return to DashboardDashboard reloadsDashboard visible againBack to main Jenkins view
7Exit Blue OceanUI closes or navigates awayBlue Ocean interface closedUser leaves Blue Ocean
💡 User finishes interaction or exits Blue Ocean interface
Status Tracker
UI ComponentInitial StateAfter Step 2After Step 3After Step 4After Step 5Final State
DashboardVisibleHiddenHiddenHiddenHiddenVisible
Blue Ocean UINot loadedLoadedLoadedLoadedLoadedNot loaded
Pipeline VisualizationNot visibleNot visibleVisibleVisibleVisibleNot visible
Stage Details PanelClosedClosedClosedOpenOpenClosed
Logs PanelHiddenHiddenHiddenVisibleVisibleHidden
Key Moments - 3 Insights
Why does the dashboard disappear after clicking the Blue Ocean link?
Because Blue Ocean loads a separate UI, the dashboard is hidden to show the Blue Ocean interface, as seen in execution_table step 2.
What happens when you click a pipeline stage in Blue Ocean?
Clicking a stage loads its logs and opens the stage details panel, shown in execution_table step 4 and variable_tracker where Stage Details Panel changes from Closed to Open.
How do you return to the Jenkins dashboard from Blue Ocean?
By clicking the return or dashboard link, Blue Ocean UI closes and the dashboard becomes visible again, as shown in execution_table step 6.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table at step 3. What UI state change happens when a pipeline is selected?
APipeline visualization is shown
BStage details panel opens
CDashboard becomes visible
DLogs panel closes
💡 Hint
Check the 'UI State Change' column at step 3 in the execution_table
At which step does the Stage Details Panel open according to variable_tracker?
AAfter Step 2
BAfter Step 3
CAfter Step 4
DAfter Step 5
💡 Hint
Look at the 'Stage Details Panel' row in variable_tracker and see when it changes from Closed to Open
If the user exits Blue Ocean at step 7, what happens to the Dashboard visibility?
ADashboard remains hidden
BDashboard becomes visible
CDashboard is replaced by logs panel
DDashboard shows pipeline visualization
💡 Hint
Refer to variable_tracker 'Dashboard' final state after step 7
Concept Snapshot
Blue Ocean is a modern Jenkins UI for pipelines.
Access it from Jenkins dashboard via Blue Ocean link.
Visualizes pipelines as stages with clickable logs.
Dashboard hides when Blue Ocean loads, returns on exit.
Helps users see pipeline progress clearly and interactively.
Full Transcript
The Blue Ocean interface is a user-friendly visual tool in Jenkins to see and interact with pipelines. You start by opening the Jenkins dashboard, then click the Blue Ocean link to load its UI. Once loaded, you select a pipeline to see its stages displayed visually. Clicking a stage opens detailed logs and status. When done, you can return to the dashboard or exit Blue Ocean. This flow helps users understand pipeline progress easily with clear visuals and logs.