Re: cannot get build causes
Try nesting that in a script block pipeline { agent any stages { stage('example') { steps { * script {* def causes = currentBuild.getBuildCauses() echo "Causes are ${causes}" * }* } } } }
Increased usage of 0-executor master (flyweight visibility?)
Hello, We have a Jenkins running Jenkins LTS 2.222.4 on Kuberentes via the Jenkins helm chart. We use Kubernetes agents on an EC2 autoscaling group. We have 2216 projects, each of which uses Jenkinsfile.Master is set to 0 executors and no builds should execute there (except for branch indexing