hitcounter

Certified Jenkins Engineer

  • August 16, 2019
  • Yuriy Medvedev
Study Guide for Certified Jenkins Engineer exam The outline is copied from Certified Jenkins Engineer (CJE) 2018 Study Guide. The rest of information is taken from Jenkins User Documentation. The Certified Jenkins Engineer (CJE) exam consists of 60 multiple-choice questions testing knowledge of open-source Jenkins. Introduction This document is intended to help you prepare for the Certified Jenkins Engineer (CJE) exam. The exam consists of 60 multiple-choice questions, divided into 4 sections, which will test your skills as a Jenkins Engineer. Read More

Подготовка к Jenkins сертификации CJE и CCJE

  • August 4, 2019
  • Yuriy Medvedev
Что такое CJE и CCJE Что такое сертификация я думаю не нужно объяснять, прежде всего сертификация выделяет Вас из толпы претендентов на вакантную позицию, Cloudbees предлагает два сертификата на выбор это: Certified Jenkins Engineer (for proficiency with Jenkins) Certified CloudBees Jenkins Engineer (for proficiency with CloudBees Core) Для того чтобы понять какая сертификация нужно Вам можно перейти по ссылкам Certified Jenkins Engineer (CJE) 2018 Study Guide Certified CloudBees Jenkins Engineer (CCJE) 2018 Study Guide Что это будет На данной страницы я буду добавлять информацию какие темы надо знать и какими понятиями нужно оперировать для сдачи сертификации, так же будет страничка полезна(надеюсь) как не большая шпаргалка Read More

CI/CD tools for quickly and often delivery to each environments

  • April 24, 2018
  • Yuriy Medvedev
Introduction If there’s one thing you have in application development, it’s choice. To make the transition to CI/CD a little easier, here’s a brief guide to some of the top tools being used to develop CI/CD ecosystems. CI Frameworks Jenkins Jenkins CI - Jenkins® is an open source automation server. With Jenkins, organizations can accelerate the software development process by automating it. Jenkins manages and controls software delivery processes throughout the entire lifecycle, including build, document, test, package, stage, deployment, static code analysis and much more. Read More

What is it Jenkins?

  • April 18, 2018
  • Yuriy Medvedev
Jenkins as CI/CD tool Jenkins offers a simple way to set up a continuous integration or continuous delivery environment for almost any combination of languages and source code repositories using pipelines, as well as automating other routine development tasks. While Jenkins doesn’t eliminate the need to create scripts for individual steps, it does give you a faster and more robust way to integrate your entire chain of build, test, and deployment tools than you can easily build yourself. Read More