Fix repo path
This commit is contained in:
parent
9a5a52f2aa
commit
e4ca5276a7
@ -13,7 +13,6 @@ Jenkins Plugin dependencies:
|
|||||||
|
|
||||||
Map call(Map config = [:], Map queryParams = [:]) {
|
Map call(Map config = [:], Map queryParams = [:]) {
|
||||||
Map defaults = [
|
Map defaults = [
|
||||||
nexusBase: 'https://repo.thejimnicholson.com',
|
|
||||||
searchAPI: 'service/rest/v1/search'
|
searchAPI: 'service/rest/v1/search'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
void call(Map config = [:], String packageName) {
|
void call(Map config = [:], String packageName) {
|
||||||
publishURL = [ config.nexusBase, config.nexusRepository, config.nexusPath, packageName ].join('/')
|
publishURL = [ config.nexusBase, config.nexusRepository, config.nexusRepoPath, packageName ].join('/')
|
||||||
echo "Info: ${publishURL}"
|
echo "Info: ${publishURL}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user