Delete Jenkinsfile

This commit is contained in:
varunak12 2020-04-20 15:51:27 +05:30 committed by GitHub
parent ec113423da
commit 13bf7497ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
Jenkinsfile vendored
View file

@ -1,12 +0,0 @@
node {
stage('SCM Checkout'){
git branch: 'master',
credentialsId: 'github',
url: 'https://github.com/varunak12/spring-petclinic'
}
stage "compile package"{
sh 'mvn package'
}
}