Implementing a Flutter CI/CD Pipeline in Jenkins: Part 4(Jenkinsfile — Android and iOS/Fastlane)
This fourth and final part of the series, I’ll explain the Android and iOS bits of the Jenkinsfile and what is necessary to distribute to AppCenter.
Implementing a Flutter CI/CD Pipeline in Jenkins: Part 3 (Jenkinsfile Setup)
This step assumes you have a Jenkins server initiated and that you have gone through the initial setup steps in parts 1 and 2.
Implementing a Flutter CI/CD Pipeline in Jenkins: Part 2 (Jenkins Instance Setup)
One of the first things I learned in my Jenkins education is that the easiest way to set up a Jenkins pipeline, is to use a Jenkinsfile.
Implementing a Flutter CI/CD Pipeline in Jenkins: Part 1 (Introduction, Strategy, and Environment Setup)
In order to seriously consider a toolkit for development it must be possible to implement a Continuous Integration/Continuous Deployment pipeline for that toolkit.