diff --git a/Jenkinsfile b/Jenkinsfile index 9cf1ac2..6446f63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,9 @@ +parameters { + choice(choices: ['SNAPSHOT', 'RELEASE'], + description: 'The type of artifacts the build is expected to generate', + name: 'Type') +} + node { stage('build core components') { echo "will deploy artifacts of type: ${params.Type}"