Tags
This commit is contained in:
parent
ca4abd5284
commit
216e0163d3
@ -2,7 +2,8 @@
|
||||
|
||||
void call(Map config = [:]) {
|
||||
Map defaults = [
|
||||
artifacts: []
|
||||
artifacts: [],
|
||||
tag: 'Unknown'
|
||||
]
|
||||
Map runConfig = defaults + config
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user