mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
added Deploy Step to JenkinsFile
This commit is contained in:
parent
bf68821935
commit
637293a3e3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn test'
|
sh 'mvn deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy to Artifactory') {
|
stage('Deploy to Artifactory') {
|
||||||
|
|
Loading…
Reference in a new issue