mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Deleted jenkinsfile
This commit is contained in:
parent
3f08ba3342
commit
53ee92cb67
1 changed files with 0 additions and 15 deletions
15
jenkinsfile
15
jenkinsfile
|
@ -1,15 +0,0 @@
|
||||||
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