mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Create gradlescripted.yaml
This commit is contained in:
parent
2fed33bf1d
commit
1884aef271
1 changed files with 12 additions and 0 deletions
12
gradlescripted.yaml
Normal file
12
gradlescripted.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
node('maven_ubuntu')
|
||||
{
|
||||
stage('vcs')
|
||||
{
|
||||
git 'https://github.com/lakshmi164585/spring-petclinic.git'
|
||||
}
|
||||
stage('build')
|
||||
{
|
||||
sh './gradlew'
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue