Must have a U.S. Bachelors degree or foreign equivalent in Computer Science, Engineering, Information Technology, or a closely related field, and six 6 years of progressive postbaccalaureate degree IT experience as a DevOps Engineer, Build Engineer, or related position. Three 3 years of experience must include experience with automated build deployment. Experience must also include experience working with Jenkins, Maven, Gradle and Ansible build technologies and server build processes. In the alternative, employer will accept a US Masters degree or foreign equivalent in Computer Science, Engineering, Information Technology, or a closely related field, and three 3 years of IT experience as a DevOps Engineer, Build Engineer, or related position. Three 3 years of experience must include experience with automated build deployment. Experience must also include experience working with Jenkins, Maven, Gradle and Ansible build technologies and server build processes. Employer will accept any suitable combination of education, training, or experience. Position will involve telecommuting on weekly basis, with minimum of 1 dayweek required inoffice, as business needs dictate.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });