Location
Plymouth, England, United Kingdom
Posted
July 14, 2026
Job Description
Building a sustainable tomorrow
KierBAM are a Joint Venture (JV) partnership between Kier and BAM UK & Ireland - BAM UK & Ireland's infrastructure segment is currently delivering the redevelopment project at a Royal Navy site located in Plymouth and is seeking a Sub Agent to join the Water Retain Barrier (WRB) Team.
Due to the site being a high-security military naval base, additional security checks will be required – a BPSS level of security clearance is necessary. These checks can take up to 8 weeks to process. Only candidates holding EU, NATO, 5 Eyes, or MISWG member passports and who have been UK residents for the last 5 years can be considered for this role.
{
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';
}
});
});