Continuous Security in a DevOps Environment

\\This webinar was part of the Engineer Your DevOps Webinar Series, led by Coveros CEO Jeffery Payne and DevOps Practice Lead Rich Mills. The special guest was Glenn Buckholz, a Technical Lead on DevOps work at the Department of Homeland Security for Coveros. Glenn has worked with a wide range of federal and commercial customers […]

Read more
Coveros Releases New Version of SecureCI™

SecureCI™, the industry’s first and only open-source continuous integration solution, just got better! Fairfax, VA., July 31, 2015 — Coveros, the market leader in the delivery of secure, reliable software, announced today availability of the newest version of SecureCI™ which includes updated and integrated versions of best in class open source products for source code […]

Read more
Passing -P Parameters From One Gradle Script To Another

In Gradle, you can pass properties to a build script in many different ways. You could pass it via gradle.properties, you could pass through the -D (jvm params) options, or you could pass through the -P option (project properties). I was facing a situation where I needed to call one Gradle build script from my […]

Read more
Introduction to the Workflow plugin Part 2

This blog post will be a continuation of this blog. The next feature within Workflow is Gates and Approvals, which allows for human intervention before promotion of code or continuing the workflow. Say we want to alert someone (via email) to validate that our deploy was successful and we should run our test suite. You […]

Read more
Automating Security with DevOps: It can work

DevOps and Security have often been considered mutually exclusive. Both are imperative to developing high-quality applications, but continue to be seen as entirely separate processes. Tools that combine DevOps and Security tend to only integrate static security code analysis, and do so within the early stages of Continuous Integration. These scans are performed simultaneously, running […]

Read more
Zero to Continuous at the speed of Jenkins

I recently gave two versions of a talk at Jenkins User Conference 2015 World Tour in Washington, D.C. Here are the slides for anyone who wants to review them: JUC Zero to Jenkins. That talk comes in two forms which you will notice from two cover pages. Zero to Federated at the Speed of Jenkins – […]

Read more
Introduction to the Workflow plugin Part 1

The Workflow plugin is an open source plugin (or paid plugin available with Enterprise Jenkins by Cloudbees) that solves the challenge of complex build and delivery pipelines in Jenkins, and does so by using a Groovy DSL. Packaged with the core Workflow plugin, are other supporting plugins that increase the usefulness of the Workflow plugin. […]

Read more
The “Agile, But…”

For better or worse, the life of a consultant is filled with challenge, politics and a lot of learning. Working with a client that has difficulties solving a problem or has key “processes problems” that will always hinder success is part of the challenge.  In recent years, I’ve seen a new trend in companies and […]

Read more
X