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 ( rtMavenDeployer (
id: "MAVEN_DEPLOYER", id: "MAVEN_DEPLOYER",
serverId: "JFROG_CLOUD", serverId: "JFROG_CLOUD",
releaseRepo: 'libs-release', releaseRepo: 'libs-release-local',
snapshotRepo: 'libs-snapshot' snapshotRepo: 'libs-snapshot-local'
) )
rtMavenResolver ( rtMavenResolver (
id: "MAVEN_RESOLVER", id: "MAVEN_RESOLVER",
serverId: "JFROG_CLOUD", serverId: "JFROG_CLOUD",
releaseRepo: 'libs-release', releaseRepo: 'libs-release-local',
snapshotRepo: 'libs-snapshot' snapshotRepo: 'libs-snapshot-local'
) )
} }
} }