Use authenticated resolver for jenkins builds (#2008)

Allows us to cache dependencies for faster resolution whilst building.
This commit is contained in:
SupremeMortal 2021-03-06 18:40:37 +00:00 committed by GitHub
parent f7130d2fe1
commit e4cff743ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -35,8 +35,8 @@ pipeline {
rtMavenResolver(
id: "maven-resolver",
serverId: "opencollab-artifactory",
releaseRepo: "release",
snapshotRepo: "snapshot"
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
)
rtMavenRun(
pom: 'pom.xml',