mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
New Jenkinsfile added
This commit is contained in:
parent
53ee92cb67
commit
bb442ad5c1
1 changed files with 15 additions and 0 deletions
15
Jenkinsfile
vendored
Normal file
15
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
node {
|
||||||
|
stage('SCM'){
|
||||||
|
git 'https://github.com/pusa9/spring-petclinic.git'
|
||||||
|
|
||||||
|
}
|
||||||
|
stage ('build the packages'){
|
||||||
|
sh 'mvn package'
|
||||||
|
}
|
||||||
|
|
||||||
|
stage ('archival'){
|
||||||
|
|
||||||
|
archive 'target/*.jar'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue