diff --git a/Jenkinsfile b/Jenkinsfile index 2ce9a18a7..61e6ec804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {