CI/CD Wizard

The CI/CD Wizard is an MPLAB® X IDE feature that helps you set up an automated build and test pipeline tailored to your MPLAB X project. Find CI/CD Wizard in MPLAB X IDE under Tools > CI/CD Wizard.

Linux_Jenkins_1b.png

Using the CI/CD Wizard, you can:

  1. Create tailor-made Dockerfiles. These files are recipes for generating Docker images. Docker images are used to create Docker containers. Docker containers contain all your MPLAB X IDE project settings needed to build, i.e., the version of MPLAB X IDE, MPLAB XC toolchain, XC license handling, Device File Pack (DFP) and tool pack.
  2. Create Jenkinsfiles. These files are used to set up a Jenkins pipeline that describes how to build and test your MPLAB X IDE project on a Jenkins build server using Docker containers.
  3. Handle MPLAB XC PRO compiler licenses in a build server setting.
  4. Create and launch a Docker container using a Jenkins server. This enables you to quickly test out build pipelines or serves as a base for a locally-hosted Jenkins server.
  5. Set up the automated build pipeline to include steps like:
    • MISRA checking
    • Executing tests with the simulator
    • Executing tests on hardware
    • Collecting code coverage data
    • Generating documentation with Doxygen

Resources

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.