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
Remove other extraneous parameter.
add_tests
master
v1.0
1 parent
9b9c416
commit
a82e241807c74a2fe4a6da7340da5a475bc6fa52
Alex Tucker
authored
on 4 Jun 2018
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
vars/publishDraftset.groovy
Ignore Space
Show notes
View
2
■
■
■■■
vars/publishDraftset.groovy
def
call
(
String
datasetLabel
)
{
def
call
()
{
configFileProvider
([
configFile
(
fileId
:
'pmd'
,
variable
:
'configfile'
)])
{
def
config
=
readJSON
(
text
:
readFile
(
file
:
configfile
))
String
PMD
=
config
[
'pmd_api'
]
String
credentials
=
config
[
'credentials'
]
Show line notes below