×
Aug 24, 2022 · Hi, I have a question: this is my Jenkinsfile: agent { label 'macos' } // options { // buildDiscarder(logRotator(numToKeepStr: '5')) ...