Hi all! I'm trying out pants for our projects at Q...
# general
a
Hi all! I'm trying out pants for our projects at QuizUp, liking it a lot so far. Currently I'm mostly wondering now how I'd migrate our CI/CD pipelines. We're using jenkins and github, with github pull request builders and once stuff hits master it's deployed automatically. For master branch, I was thinking I'd use
changed
and deploy projects that have changed. As for jenkins build setup, does it make sense to have stateful build machines or should I clean between jobs?