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') {
rtMavenDeployer (
id: 'SPC_DEPLOYER'
serverId: 'JFROG_CLOUD'
releaseRepo: 'atdevops-libs-snapshot'
id: 'SPC_DEPLOYER',
serverId: 'JFROG_CLOUD',
releaseRepo: 'atdevops-libs-snapshot',
snapshotRepo: 'atdevops-libs-snapshot'
)
rtMavenRun (
tool: 'Maven_3.8'
deployerId: 'SPC_DEPLOYER'
pom: 'pom.xml'
tool: 'Maven_3.8',
deployerId: 'SPC_DEPLOYER',
pom: 'pom.xml',
goals: 'clean install'
)
rtPublishBuildInfo (