mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
added changes
This commit is contained in:
parent
5dbb58bc7e
commit
600b291c54
1 changed files with 6 additions and 5 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -1,17 +1,18 @@
|
|||
pipeline {
|
||||
agent { label 'UBUNTU_NODE1' }
|
||||
trigger {
|
||||
pollSCM('* * * * *') }
|
||||
trigger { pollSCM('* * * * *') }
|
||||
stages {
|
||||
stage('get url')
|
||||
stage('get url') {
|
||||
steps {
|
||||
git branch: 'sweety',
|
||||
url: 'https://github.com/Madhuri-chinta/spring-petclinic.git'
|
||||
}
|
||||
stage('package')
|
||||
}
|
||||
stage('package') {
|
||||
steps {
|
||||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue