Re: Access Maven Metadata Plugin parameters in Jenkins pipeline Groovy script

2017-01-16 Thread kelemensanyi
Hi Timo, No, we chose a completely different approach. But I recently got an answer to the same question on stackoverflow (from Torsten Reinhard): http://stackoverflow.com/questions/39451009/access-maven-metadata-plugin-parameters-in-jenkins-pipeline-groovy-script/ String version = > currentBu

Access Maven Metadata Plugin parameters in Jenkins pipeline Groovy script

2016-09-12 Thread kelemensanyi
Hi, How can I access the values of the parameters provided by "Maven Metadata Plugin" in the Jenkins pipeline Groovy script? I created a job with two parameters: Name Type - - SomeStrString Parameter SomeArtifact List maven artifact