mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added changes
This commit is contained in:
parent
abbf1fece3
commit
5dbb58bc7e
1 changed files with 19 additions and 0 deletions
19
Jenkinsfile
vendored
Normal file
19
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
pipeline {
|
||||||
|
agent { label 'UBUNTU_NODE1' }
|
||||||
|
trigger {
|
||||||
|
pollSCM('* * * * *') }
|
||||||
|
stages {
|
||||||
|
stage('get url')
|
||||||
|
steps {
|
||||||
|
git branch: 'sweety',
|
||||||
|
url: 'https://github.com/Madhuri-chinta/spring-petclinic.git'
|
||||||
|
}
|
||||||
|
stage('package')
|
||||||
|
steps {
|
||||||
|
sh './mvnw package'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue