Having some trouble trying to setup a multibranch pipeline in jenkins that runs as I would like. This is my jenkinsFile: pipeline { agent any environment { PMD_REPORT = 'pmd.xml' REFERENCE_BUILD = 'develop' } stages ...
blogs.sretribe.net5 min readNo responses yet.