added changes

This commit is contained in:
“[Akhil 2024-12-25 16:20:14 +05:30
parent 5f3187f731
commit c9039901b6

12
Jenkinsfile vendored
View file

@ -17,15 +17,15 @@ pipeline {
} }
stage ('build and package') { stage ('build and package') {
rtMavenDeployer ( rtMavenDeployer (
id: 'SPC_DEPLOYER' id: 'SPC_DEPLOYER',
serverId: 'JFROG_CLOUD' serverId: 'JFROG_CLOUD',
releaseRepo: 'atdevops-libs-snapshot' releaseRepo: 'atdevops-libs-snapshot',
snapshotRepo: 'atdevops-libs-snapshot' snapshotRepo: 'atdevops-libs-snapshot'
) )
rtMavenRun ( rtMavenRun (
tool: 'Maven_3.8' tool: 'Maven_3.8',
deployerId: 'SPC_DEPLOYER' deployerId: 'SPC_DEPLOYER',
pom: 'pom.xml' pom: 'pom.xml',
goals: 'clean install' goals: 'clean install'
) )
rtPublishBuildInfo ( rtPublishBuildInfo (