From c9039901b6530eaf9bc8282db20cecc614f4995c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=5BAkhil?= <[AkhilTejas225@outlook.com]> Date: Wed, 25 Dec 2024 16:20:14 +0530 Subject: [PATCH] added changes --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 278292ee9..b936d5745 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 (