GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Kanban
Fork
: 0
ONS
/
pmd-jenkins-library
Browse code
Prefix file with workspace directory.
add_tests
master
1 parent
170a945
commit
74eca1533cfa548ab8196be54e077c0083b762d7
Alex Tucker
authored
on 21 Dec 2018
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
vars/uploadComponents.groovy
Ignore Space
Show notes
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}"
)
}
Show line notes below