Category Archives: Jenkins

Jenkins is an open source automation server written in Java. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat.

Jenkins: Scripted Pipeline – Production environment job confirmation step
0 (0)

19 March 2019

We have jobs which have to be executed on a Dev and Production environments via a Scripted Pipeline. In such jobs, there are tasks to execute CloudFormation upgrades on an infrastructure or Ansible playbooks to update servers configuration. To avoid an accidental execution of a Production job I want to have some confirmation step before… Read More: Jenkins: Scripted Pipeline – Production environment job confirmation step0 (0) »

Loading

Jenkins: HTTP full-duplex channel timeout
0 (0)

15 March 2019

During connection to a Jenkins using its CLI – it finished with an error. Exactly in a console, there was nothing in the output, but after issuing echo $? to display last command’s execution return code – there was the 255 response as I remember – didn’t save it to this post’s draft. The connection… Read More: Jenkins: HTTP full-duplex channel timeout0 (0) »

Loading