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

2017-01-17 Thread Timo Weber
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 = >> currentBuild.rawBuild.getAction(hudson.model.ParametersAc

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

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

2017-01-16 Thread Indra Gunawan (ingunawa)
.com> Subject: Re: Access Maven Metadata Plugin parameters in Jenkins pipeline Groovy script Just found your question because I have exactly the same problem. Could you somehow solve this? Timo -- You received this message because you are subscribed to the Google Groups "Jenkins Users

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

2017-01-16 Thread Timo Weber
Just found your question because I have exactly the same problem. Could you somehow solve this? Timo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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