Fire Service Tecnician
BAM Construction
Permanent
Other Installation, Maintenance, and Repair Occupations
Location
Wellingborough, England, United Kingdom
Posted
June 30, 2026
Job Description
Building a sustainable tomorrow
What if your next job wasnโt just another job?
What if it brought more purpose, more growth, more balance โ and more time for what really matters? BAM is where you can do your best work on projects that improve peopleโs lives. And it's also where youโll find the freedom to grow, the support to thrive, and the chance to shape your career on your terms.
BAM Site Solutions are looking for an Fire Services Technician to join our Fire Protection & Security team at our Depot in Wellingborough. This role requires travel in the area, including occasional visits to our offices in Morley, Allbrook & Kilsyth.ย
We are offering a competitive salary + company van + training.
BAM operates a flexible working policy.
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});