mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
97658
This commit is contained in:
parent
69faf3d59b
commit
d85bc7f497
1 changed files with 7 additions and 8 deletions
15
jenkinsfile
15
jenkinsfile
|
@ -6,6 +6,9 @@ pipeline {
|
|||
triggers {
|
||||
pollSCM('* * * * *')
|
||||
}
|
||||
tool {
|
||||
jdk 'JDK-17'
|
||||
}
|
||||
stages {
|
||||
stage('vcs') {
|
||||
steps {
|
||||
|
@ -18,18 +21,14 @@ pipeline {
|
|||
rtMavenDeployer (
|
||||
id: "SPC_DEPLOYER",
|
||||
serverId: "JFROG_CLOUD",
|
||||
releaseRepo: 'yadu-libs-release-local',
|
||||
snapshotRepo: 'yadu-libs-snapshot-local'
|
||||
releaseRepo: 'uday-libs-release-local',
|
||||
snapshotRepo: 'uday-libs-snapshot-local'
|
||||
)
|
||||
rtMavenRun (
|
||||
tool: {" maven 3.9"
|
||||
'JDK-17'}
|
||||
tool: 'maven 3.9',
|
||||
pom: 'pom.xml',
|
||||
goals: 'clean install',
|
||||
deployerId: "SPC_DEPLOYER"
|
||||
//,
|
||||
//buildName: "${JOB_NAME}",
|
||||
//buildNumber: "${BUILD_ID}"
|
||||
deployerId: "SPC_DEPLOYER
|
||||
)
|
||||
rtPublishBuildInfo (
|
||||
serverId: "JFROG_CLOUD"
|
||||
|
|
Loading…
Reference in a new issue