{"id":7883,"date":"2025-11-29T07:32:40","date_gmt":"2025-11-29T06:32:40","guid":{"rendered":"https:\/\/web-dev-weissblau.de\/microconsult\/?p=7883"},"modified":"2026-02-13T08:56:51","modified_gmt":"2026-02-13T07:56:51","slug":"making-the-most-of-whats-available","status":"publish","type":"post","link":"https:\/\/www.microconsult.de\/en\/making-the-most-of-whats-available\/","title":{"rendered":"Making the Most of What&#039;s Available"},"content":{"rendered":"<h2>Using Jenkins and SonarQube in a scalable and certifiable verification process<\/h2>\n<p class=\"paragraph\" style=\"text-align: left;\" align=\"center\">Author: Michael Baron, Emenda<\/p>\n<h3>Contribution \u2013 Embedded Software Engineering Congress 2017<\/h3>\n<p class=\"paragraph\"><strong>Three key areas of the software verification process (release management, technical debt and management reporting) often go underutilized and unvalued. With increasing numbers of free and open source tools able to improve productivity, reduce costs and provide an insight into a projects&#039; development cycle, this article looks at what is required of a modern verification process and how to make the most of what is available.<\/strong><\/p>\n<h2 class=\"paragraph\">Release Management<\/h2>\n<p class=\"paragraph\">When Continuous Integration (CI) tools, such as Jenkins, first appeared in the industry the focus was on build management, however since then the industry has transitioned to the more complicated and involved task of release management and associated Development Operations (DevOps).<\/p>\n<p class=\"paragraph\">Release management concerns the process from development to release, with optimal processes being automated through CI, with constant feedback to both the developer(s) and Quality Assurance (QA) teams. A well-designed release management process would mean that if one line of code was changed then the automation system should be able to handle the verification of the new release quickly and with no added human interaction. We should also aim to design a release management process that; is simple in design, functions as quickly as possible to reduce the time to release, is reliable, should handle the configuration of the build automatically, optimize the developers&#039; time, optimize the quality assurance activities, and enforce software quality across the project. The result of a well-functioning release management system is reduced time for product verification and shorter time to market.<\/p>\n<p class=\"paragraph\">To automate the whole release lifecycle, development teams have been adding in analysis and testing tools to achieve the quality assurance and verification of the product pre-release, thus, ensuring no surprises downstream. Generally, these tools are most effective when used in a &#039;per check-in&#039; process but with an increased number of activities being integrated with the automation system, and combined with ever growing codebase sizes, the result is often a shift from fast &#039;per check-in&#039; runs to periodic runs, every few hours, nightly or even in some cases over a weekend. The net result is that the release cycle is then slowed down significantly.<\/p>\n<p class=\"paragraph\">Some other common limitations when adding automated analysis and testing tools into the release cycle are:<\/p>\n<ul>\n<li>increased complexity in the configuration of the release management tool,<\/li>\n<li>long waiting times for testing results hindering developer and QA productivity,<\/li>\n<li>generation of large quantities of unnecessary data, reducing focus,<\/li>\n<li>vague, unrealistic, or undefined testing criteria and quality levels<\/li>\n<\/ul>\n<p class=\"paragraph\">Making most of CI, and tools like Jenkins, allows us to outsource the test and analysis execution, and provide near real time feedback to the developer of the result. But, to succeed, additional test and analysis tools and steps also need to seamlessly connect into the CI platform provide appropriate and relevant data, and be both fast and scalable.<\/p>\n<p class=\"paragraph\">In addition, to make the most of Jenkins and SonarQube for release management, defining relevant quality gates and thresholds, ensures that we have a clear understanding of the progress towards the final release and allows us to continually ensure that we are compliant with the required quality standards \u2013 continuous compliance.<\/p>\n<h2 class=\"paragraph\">Technical Debt<\/h2>\n<p class=\"paragraph\">In an ideal world, there wouldn&#039;t be any technical debt, however in practice that isn&#039;t realistic. Managing it effectively is the next best option.<\/p>\n<p class=\"paragraph\">Like other forms of debt, the cost of technical debt increases the longer it is held, and, of course, higher than if it were never acquired in the first place. Thus, preferably, the debt is resolved as soon as possible and by placing emphasis on providing fast feedback, closer to the development, when the debt is increased, it ensures that the costs are managed as best as they can be.<\/p>\n<p class=\"paragraph\">For example, if a defect is introduced into the code and the developer fixes it before check-in the relative technical debt is very low as it has only resulted in their time to re-work the code in a context they understand. If, however, the defect makes its way into the system and is discovered before release in the quality assurance phase, the cost of the debt is both to recode and retest. Finally, if the defect makes its way into the release and it is discovered by the customer, the debt value is significantly higher due to it requiring recoding, possible branching from in development code, retesting and any financial implications or reputational costs of the software failure with the customer.<\/p>\n<p class=\"paragraph\">Strategies such as architectural de-coupling and change-based testing can help to reduce the impact of technical debt. For example, if build, test and analysis tools and processes can be configured to rebuild, retest and re-analyze only the modules and packages that need be \u2013 rather than everything \u2013 then removing technical debt becomes cheaper and thus the technical debt itself is reduced.<\/p>\n<p class=\"paragraph\">In addition to the CI platforms, such as Jenkins, tools like Docker, can help enable quicker analysis and configuration management.<\/p>\n<p class=\"paragraph\">However, there will still be technical debt, so using visualization tools, such as SonarQube, that will help development and QA teams understand and share the technical debt results is vital. SonarQube also provides impact metrics to help find the \u201elow hanging fruit\u201c enabling better allocation of resources for debt reduction.<\/p>\n<p class=\"paragraph\"><strong>Management Reporting<\/strong><\/p>\n<p class=\"paragraph\">What is required from management reporting is an instant answer to \u201eCan the product be released?\u201c If the answer is no, then clear details on the metrics that failed are needed, along with technical debt values to enable estimation of release dates and the resourcing required to get there.<\/p>\n<p class=\"paragraph\">Typically, the result from CI runs is used as the basis for many of these reports, and the results of each step and each tool within the cycle is collated in the relevant project page, for review, or alternatively failures are raised within a bug tracking system.<\/p>\n<p class=\"paragraph\">There are a wide range of limitations with using this type of reporting, for example:<\/p>\n<ul>\n<li>Jenkins focuses on the process rather than the results,<\/li>\n<li>the result of the process may be down to issues other than the test or analysis results,<\/li>\n<li>using multiple verification tools creates a fractured view of the overall result,<\/li>\n<li>results provided in different formats,<\/li>\n<li>changing tools produces results in a different format again,<\/li>\n<li>reports typically list all the results and metrics and not just the new or changed issues,<\/li>\n<li>no details are provided for the overall technical debt for a given release<\/li>\n<\/ul>\n<p class=\"paragraph\">A dedicated \u201edash-boarding tool\u201c, such as SonarQube, will pool together all the metrics from the various test and analysis tools, helping to mitigate these limitations. It also allows the thresholds and quality gates to be defined in one place and outputs one pass or fail result for clarity. The focus of SonarQube is on the results related to the quality (and security) of the code, meaning that it provides management and QA teams with only the data that they need, and not on build failures, etc.<\/p>\n<p class=\"paragraph\">SonarQube calculates technical debt from supplemented information and metrics provided by the test and analysis tools that it connects to, and allows for totals and breakdowns to be calculated across the full data set. Management and QA teams can then drill down into the results to focus in on the causes.<\/p>\n<p class=\"paragraph\">As the data from the external tools are collated and processed into a single project view, a change in verification tools generally has a lesser impact on the top-level results. The central dashboard also provides the ability to generate one overall compliance report based on the metrics from multiple tools.<\/p>\n<h2>Author<\/h2>\n<p class=\"paragraph\">Michael Baron works as a technical consultant at Emenda, and is a long-term contributor of plugins to the Jenkins platform.  Michael is experienced in providing DevOps consultancy to large businesses on the setup, configuration, and process design for the implementation of verification and validation tools within continuous integration (CI) and delivery (CD) development cycles. Michael has been a long-term supporter and evangelist for the utilization of free and open source tools within the software development life cycle where possible and sensitive, and he is also involved in numerous large-scale projects for Emenda around enterprise-wide technical debt (and technical wealth) reporting to board-level management teams.<\/p>\n<p><a title=\"Fachinfo_ESE_making-the-most_emenda_baron\" href=\"https:\/\/www.microconsult.de\/wp-content\/uploads\/2025\/12\/fachinfo_ese_making-the-most_emenda_baron.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Download the article as a PDF<\/strong><\/a><\/p>\n<hr \/>\n<h2>Open Source \u2013 our training &amp; coaching<\/h2>\n<p><strong>Do you want to bring yourself up to date with the latest technology?<\/strong><\/p>\n<p>Then find out more\u00a0<a title=\"MicroConsult Training\" href=\"https:\/\/www.microconsult.de\/en\/all-training-dates-complete-overview\/\" target=\"_blank\" rel=\"noopener\"><strong>here<\/strong>\u00a0<\/a>MircoConsult offers training courses\/seminars\/workshops and individual coaching on the topic of Open Source \/ Embedded Software Engineering.<\/p>\n<p><strong>Training &amp; coaching on the other topics in our portfolio can be found here.\u00a0<a title=\"Training &amp; Consulting - all topics\" href=\"https:\/\/www.microconsult.de\/en\/training-beratung\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/strong><\/p>\n<hr \/>\n<h2>Open Source \u2013 Expertise<\/h2>\n<p>Valuable expertise in the field of Open Source \/ Embedded Software Engineering is available.\u00a0<a title=\"Embedded and Real-Time Software Engineering\" href=\"https:\/\/www.microconsult.de\/en\/embedded-and-real-time-software-development\/\" target=\"_blank\" rel=\"noopener\"><strong>here\u00a0<\/strong><\/a>Available for you to download free of charge.<\/p>\n<p><a title=\"Embedded and Real-Time Software Engineering\" href=\"https:\/\/www.microconsult.de\/en\/embedded-and-real-time-software-development\/\" target=\"_blank\" rel=\"noopener\"><strong>To the specialist information<\/strong><\/a><\/p>\n<p><strong>You can find expertise on other topics in our portfolio here. <a title=\"MicroConsult Expertise\" href=\"https:\/\/www.microconsult.de\/en\/specialist-knowledge\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>Using Jenkins and SonarQube in a scalable and certifiable verification process Autor: Michael Baron, Emenda Beitrag &#8211; Embedded Software Engineering Kongress 2017 Three key areas of the software verification process (release management, technical debt and management reporting) often go underutilised and unvalued. With increasing numbers of free and open source tools able to improve productivity, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-7883","post","type-post","status-publish","format-standard","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Making the Most of What\u2019s Available - MicroConsult Academy GmbH<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microconsult.de\/en\/making-the-most-of-whats-available\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Making the Most of What\u2019s Available - MicroConsult Academy GmbH\" \/>\n<meta property=\"og:description\" content=\"Using Jenkins and SonarQube in a scalable and certifiable verification process Autor: Michael Baron, Emenda Beitrag &#8211; Embedded Software Engineering Kongress 2017 Three key areas of the software verification process (release management, technical debt and management reporting) often go underutilised and unvalued. With increasing numbers of free and open source tools able to improve productivity, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microconsult.de\/en\/making-the-most-of-whats-available\/\" \/>\n<meta property=\"og:site_name\" content=\"MicroConsult Academy GmbH\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-29T06:32:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T07:56:51+00:00\" \/>\n<meta name=\"author\" content=\"weissblau media\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"weissblau media\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/\"},\"author\":{\"name\":\"weissblau media\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"headline\":\"Making the Most of What\u2019s Available\",\"datePublished\":\"2025-11-29T06:32:40+00:00\",\"dateModified\":\"2026-02-13T07:56:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/\"},\"wordCount\":1469,\"commentCount\":0,\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/\",\"url\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/\",\"name\":\"Making the Most of What\u2019s Available - MicroConsult Academy GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#website\"},\"datePublished\":\"2025-11-29T06:32:40+00:00\",\"dateModified\":\"2026-02-13T07:56:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/making-the-most-of-whats-available\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.microconsult.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Making the Most of What\u2019s Available\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#website\",\"url\":\"https:\\\/\\\/www.microconsult.de\\\/\",\"name\":\"MicroConsult Academy GmbH\",\"description\":\"Professionelle Schulungen, Beratung und Projektunterst\u00fctzung\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.microconsult.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\",\"name\":\"weissblau media\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"caption\":\"weissblau media\"},\"sameAs\":[\"https:\\\/\\\/www.microconsult.de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Making the Most of What&#039;s Available - MicroConsult Academy GmbH","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microconsult.de\/en\/making-the-most-of-whats-available\/","og_locale":"en_GB","og_type":"article","og_title":"Making the Most of What\u2019s Available - MicroConsult Academy GmbH","og_description":"Using Jenkins and SonarQube in a scalable and certifiable verification process Autor: Michael Baron, Emenda Beitrag &#8211; Embedded Software Engineering Kongress 2017 Three key areas of the software verification process (release management, technical debt and management reporting) often go underutilised and unvalued. With increasing numbers of free and open source tools able to improve productivity, [&hellip;]","og_url":"https:\/\/www.microconsult.de\/en\/making-the-most-of-whats-available\/","og_site_name":"MicroConsult Academy GmbH","article_published_time":"2025-11-29T06:32:40+00:00","article_modified_time":"2026-02-13T07:56:51+00:00","author":"weissblau media","twitter_card":"summary_large_image","twitter_misc":{"Written by":"weissblau media","Estimated reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/#article","isPartOf":{"@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/"},"author":{"name":"weissblau media","@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"headline":"Making the Most of What\u2019s Available","datePublished":"2025-11-29T06:32:40+00:00","dateModified":"2026-02-13T07:56:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/"},"wordCount":1469,"commentCount":0,"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/","url":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/","name":"Making the Most of What&#039;s Available - MicroConsult Academy GmbH","isPartOf":{"@id":"https:\/\/www.microconsult.de\/#website"},"datePublished":"2025-11-29T06:32:40+00:00","dateModified":"2026-02-13T07:56:51+00:00","author":{"@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"breadcrumb":{"@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.microconsult.de\/making-the-most-of-whats-available\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microconsult.de\/"},{"@type":"ListItem","position":2,"name":"Making the Most of What\u2019s Available"}]},{"@type":"WebSite","@id":"https:\/\/www.microconsult.de\/#website","url":"https:\/\/www.microconsult.de\/","name":"MicroConsult Academy GmbH","description":"Professional training, consulting and project support","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microconsult.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a","name":"weissblau media","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","caption":"weissblau media"},"sameAs":["https:\/\/www.microconsult.de"]}]}},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/comments?post=7883"}],"version-history":[{"count":7,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7883\/revisions"}],"predecessor-version":[{"id":11706,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7883\/revisions\/11706"}],"wp:attachment":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/media?parent=7883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/categories?post=7883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/tags?post=7883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}