Menu

Skip to primary content
  • Home
  • About

grep 'devops'

Posts by a novice devopsian

Tagged with keyword

Explicitly triggering a Jenkins job using a keyword

Testing is important. To that end a developer should implement unit tests to assure any implemented code does what it is meant to do, and also integration tests with networking mocks to, for example, make sure endpoints do what they're supposed to do. Then there are end-to-end tests to assure that … Continue reading →
April 13, 2017 Leave a reply

Skipping builds in a multi-branch job

Skipping builds in Jenkins is possible, there's a "CI Skip" plug-in for Jenkins, but this plug-in doesn't work with multi-branch jobs... How can you skip builds then in such a case? Here's my take on it. Of course, feel free to modify it for your  pipeline's needs. I originally wrote about this … Continue reading →
April 10, 2017 Leave a reply
View Full Site
Proudly powered by WordPress