Using Jenkins for Drupal and WordPress – Your First Job

This is part 3 in a series. If you are not familiar with Jenkins, please read Part 1 and Part 2 first. This walkthrough should give you an overview of the Freestyle Project. Our first Jenkins job we will set up is to run Drupal … “Using Jenkins for Drupal and WordPress – Your First Job”

Read More

Using Jenkins for Drupal and WordPress – Navigating and Setup

Our second in the Using Jenkins for Drupal and WordPress series, we will cover the interface and a few key administration settings. ReadPart 1 – Installation Interface Jenkins interface out to the box can look utilitarian to some if you are not used to it. … “Using Jenkins for Drupal and WordPress – Navigating and Setup”

Read More

Drupal / WordPress Continuous Integration (CI), testing each commit

Continuous Integration (CI) at a high level is testing every code push from each developer, every time. While this sounds like an argues task, it does not have to be. Drupal and WordPress both have tools available that can help you test your code. PHP CodeSniffer … “Drupal / WordPress Continuous Integration (CI), testing each commit”

Read More

Using Jenkins for Drupal and WordPress – Installation

This is the first in a series on Using Jenkins for Drupal and WordPress. Over the next few posts I will cover which plugins to use, server-side software needed, how to back up the remote database, testing each commit and more. Jenkins is an open … “Using Jenkins for Drupal and WordPress – Installation”

Read More