Location
Limerick, County Limerick, Ireland
Posted
June 04, 2026
Job Description
Building a sustainable tomorrow
We donβt do short-term thinking. BAM offers real long-term career pathways, with opportunities to grow into new roles, explore new specialisms, and even work overseas. Many of our people have stayed for years, progressing through the business as their careers and lives evolved.
Β
We are looking for a Site Engineer to join our project based in Limerick. Take a look at the below spec and click apply if it is the role for you.Β
{
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';
}
});
});