mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
changed the path for deploy
This commit is contained in:
parent
c5edafd3db
commit
ef25a08646
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -43,7 +43,7 @@ pipeline {
|
|||
<p>Check console output at "<a href='${env.BUILD_URL}'>${env.JOB_NAME} [${env.BUILD_NUMBER}]</a>"</p>""",
|
||||
recipientProviders: [[$class: 'DevelopersRecipientProvider']]
|
||||
)
|
||||
sh './mvnw deploy -DaltDeploymentRepository=internal.repo::default::file:///mnt/c/Users/Fgrcl/My Cloud/Semester 6/SOEN 345/ASSIGNMENTS/a6/Jenkins/Deploy'
|
||||
sh './mvnw deploy -DaltDeploymentRepository=internal.repo::default::"file:///mnt/c/Users/Fgrcl/My Cloud/Semester 6/SOEN 345/ASSIGNMENTS/a6/Jenkins/Deploy"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue