mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Added the proper deploy stage
This commit is contained in:
parent
49267c7d39
commit
dbb1451fb0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ pipeline {
|
|||
}
|
||||
stage('deploy'){
|
||||
steps {
|
||||
echo 'deploying'
|
||||
sh './mvnw deploy -DaltDeploymentRepository=internal.repo::default::file:///mnt/c/Users/Fgrcl/My Cloud/Semester 6/SOEN 345/ASSIGNMENTS/a6/Jenkins/Deploy'
|
||||
emailext (
|
||||
subject: "Deploying: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
|
||||
body: """<p>Deploy: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':</p>
|
||||
|
|
Loading…
Reference in a new issue