added changes

This commit is contained in:
Aseerwadham 2023-03-16 20:32:43 +05:30
parent 319c64439c
commit ea5b1a3574

8
Jenkinsfile vendored
View file

@ -22,15 +22,15 @@ pipeline {
rtMavenDeployer (
id: "MAVEN_DEPLOYER",
serverId: "JFROG_CLOUD",
releaseRepo: 'libs-release',
snapshotRepo: 'libs-snapshot'
releaseRepo: 'libs-release-local',
snapshotRepo: 'libs-snapshot-local'
)
rtMavenResolver (
id: "MAVEN_RESOLVER",
serverId: "JFROG_CLOUD",
releaseRepo: 'libs-release',
snapshotRepo: 'libs-snapshot'
releaseRepo: 'libs-release-local',
snapshotRepo: 'libs-snapshot-local'
)
}
}