Proper configuratuion name for jenkins.
This commit is contained in:
parent
23cfb03a3b
commit
3470b44e9a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ uploadArchives {
|
||||||
logger.info('Publishing to files server')
|
logger.info('Publishing to files server')
|
||||||
|
|
||||||
mavenDeployer {
|
mavenDeployer {
|
||||||
configuration = configurations.deployerJars
|
configuration = configurations.deployJars
|
||||||
|
|
||||||
repository(url: project.filesmaven.url) {
|
repository(url: project.filesmaven.url) {
|
||||||
authentication(userName: project.filesmaven.username, privateKey: project.filesmaven.key)
|
authentication(userName: project.filesmaven.username, privateKey: project.filesmaven.key)
|
||||||
|
|
Loading…
Reference in a new issue