Prefix file with workspace directory.
1 parent 170a945 commit 74eca1533cfa548ab8196be54e077c0083b762d7
@Alex Tucker Alex Tucker authored on 21 Dec 2018
Showing 1 changed file
View
2
■■■
vars/uploadComponents.groovy
 
def call(String csv) {
PMD pmd = pmdConfig('pmd')
def draft = jobDraft.find()
pmd.pipelines.components(draft.id as String, csv)
pmd.pipelines.components(draft.id as String, "${WORKSPACE}/${csv}")
}