mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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 {
|
pipeline {
|
||||||
agent 'any'
|
agent 'any'
|
||||||
triggers { pollSCM '* * * * *' }
|
triggers { pollSCM '* * * * *' }
|
||||||
|
parameters {
|
||||||
|
choice(name: 'MAVEN_GOAL', choices: ['package', 'install', 'clean'], description: 'MAVEN_GOAL')
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage( 'version control sysytem') {
|
stage( 'version control sysytem') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue