Deleted jenkinsfile

This commit is contained in:
venkat 2019-02-10 15:48:21 +05:30
parent 3f08ba3342
commit 53ee92cb67

View file

@ -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'
}
}