mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Delete Jenkinsfile
This commit is contained in:
parent
ec113423da
commit
13bf7497ee
1 changed files with 0 additions and 12 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -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'
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue