mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added scripted file
This commit is contained in:
parent
51592a96dd
commit
6a91fd76e9
1 changed files with 8 additions and 0 deletions
8
jenkinfilescripted
Normal file
8
jenkinfilescripted
Normal file
|
@ -0,0 +1,8 @@
|
|||
node('JDK-11') {
|
||||
stage('scm') {
|
||||
git branch: 'main', url: 'https://github.com/GUDAPATIVENKATESH/spring-petclinic.git'
|
||||
}
|
||||
stage('build') {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue