1.3.2 Step 1 - Generate Jenkinsfiles from MPLAB X IDE

  1. Open your project in MPLAB X IDE and navigate to Tools>CI/CD Wizard.
  2. Select Jenkins Pipeline files as output type.
  3. Step through the wizard and select the tools you would like to run in the pipeline.
  4. After generation, verify that a Jenkinsfile and Dockerfile have been added to your project base folder. Other files are may also be added depending on the selected options.