Job Description
Northern Ireland Housing Executive - Plumber - Coleraine Do you have plumbing experience and have an interest in a moving into the Public Sector? Apply today to find out more. About the role:
1. £13.91 per hour
2. Monday to Friday (8.30 am – 4.30 pm)
3. Hours of Work: 37 hours per week
4. Holidays: 35 days pro rata
5. Duration: Temporary, ongoing
What you'll be doing in this role:
6. Undertaking all plumbing work as necessary in the maintenance and refurbishment of Housing Executive stock, including, bathroom suites/ wet rooms, kitchen replacements, general pipework, fitting cylinders, tanks, radiators, sink-tops, immersion heaters, shower trays and units and any other associated works.
7. Undertaking, as and when required, first and second fix plumbing work.
8. Performing inspections of plumbing systems to identify repair and or replace.
9. Carrying out a range of multi-skilled tasks and maintenance work outside of trade without reliance on other trades for tiling, plastering, joinery, painting and non slip flooring
10. Ensuring the health and safety of tenants, especially vulnerable tenants when undertaking work in occupied properties.
11. Liaising with customers to arrange appointments, access arrangements, discuss work required etc.
12. Ensuring accurate and timely completion of all job information, by both paperwork and electronic means as required, and pass this on to supervisor within agreed time-scales.
What you'll need for this role:
13. Have successfully completed an apprenticeship in plumbing (either time served or skills based).
14. Have a minimum of 1 year’s relevant post apprenticeship experience working in a plumbing environment.
15. Competent in core trade with ability to complete a range of tasks without input from other operatives.
16. Can demonstrate practical knowledge and understanding of current Health & Safety requirements and legislation in a maintenance/repair environment.
17. Proficient in IT/ Microsoft Office
18. A full current driving licence to enable the post holder to carry out the required duties of this post (C1 licence category desirable).
19. The successful applicant may also be required to provide an emergency call out service, at night and weekends, on a rota basis
20. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position.
Riada Resourcing is an equal opportunities employer.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
21. Share Vacancy on Facebook
22. Share Vacancy on X
23. Share Vacancy on LinkedIn
24. Share Vacancy on WhatsApp
25. Send Vacancy to a friend
// function selectJob() { var jobID = '35596'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //