Recall & Review
beginner
What is a Jenkins agent?
A Jenkins agent is a machine or environment that runs jobs assigned by the Jenkins master. It helps distribute workload and run builds or tests.
Click to reveal answer
beginner
What does it mean when a Jenkins agent is offline?
An offline agent is not connected to the Jenkins master and cannot run any jobs until it reconnects.
Click to reveal answer
intermediate
How can Jenkins handle an agent that goes offline during a build?
Jenkins can retry the build on another available agent or mark the build as failed depending on the configuration.
Click to reveal answer
intermediate
What is the purpose of the 'Availability' setting for a Jenkins agent?
It controls when the agent should be online or offline, such as always online, only when jobs are assigned, or manually controlled.
Click to reveal answer
beginner
How can you manually bring a Jenkins agent back online?
In the Jenkins UI, go to the agent's page and click the 'Launch agent' or 'Bring Online' button to reconnect it to the master.
Click to reveal answer
What happens when a Jenkins agent goes offline?
✗ Incorrect
An offline agent cannot run jobs until it reconnects to the Jenkins master.
Which Jenkins feature helps manage when an agent is online or offline?
✗ Incorrect
Agent Availability settings control when agents are online or offline.
If an agent goes offline during a build, what can Jenkins do?
✗ Incorrect
Jenkins can retry the build on another agent or mark it as failed depending on configuration.
How do you manually bring a Jenkins agent back online?
✗ Incorrect
You can manually reconnect an agent by clicking 'Bring Online' in its Jenkins UI page.
What is the role of a Jenkins agent?
✗ Incorrect
Jenkins agents run jobs assigned by the Jenkins master to distribute workload.
Explain what happens when a Jenkins agent goes offline and how Jenkins handles it.
Think about connection and job execution.
You got /4 concepts.
Describe how to manually bring a Jenkins agent back online and why you might need to do this.
Focus on manual reconnection steps.
You got /4 concepts.