mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Added the new jenkinsfile
This commit is contained in:
parent
3d00af8c5a
commit
909e5d2d3d
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,6 +1,9 @@
|
|||
pipeline {
|
||||
agent 'any'
|
||||
triggers { pollSCM '* * * * *' }
|
||||
parameters {
|
||||
choice(name: 'MAVEN_GOAL', choices: ['package', 'install', 'clean'], description: 'MAVEN_GOAL')
|
||||
}
|
||||
stages {
|
||||
stage( 'version control sysytem') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue