Google Play Android Publisher Plugin

2016-12-20 Thread rginga
I see this plugin in the Jenkins Wiki but not through the plugin manager. how can I get this and install it? -- 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

Re: assigning new values to existing build parameters in build-flow job

2013-08-16 Thread rginga
*/buildNumber/SpecificBuildSelector] Build variables are: [CORE_BUILD_NUMBER1:SpecificBuildSelector plugin=copyartifact@1.27 buildNumber*61*/buildNumber/SpecificBuildSelector] WHY CAN'T I CHANGE THAT PROPERTY? On Wednesday, August 14, 2013 3:45:54 PM UTC-4, rginga wrote: I have created

Re: assigning new values to existing build parameters in build-flow job

2013-08-15 Thread rginga
i found a work around for anyone looking at this. I created a new map object in the DSL box, set it's key to the REAL_BUILD_NUMBER and value to what I needed and then returned it. On Wednesday, August 14, 2013 3:45:54 PM UTC-4, rginga wrote: I have created a parameterized build-flow job

Re: assigning new values to existing build parameters in build-flow job

2013-08-15 Thread rginga
it in. On Wednesday, August 14, 2013 3:45:54 PM UTC-4, rginga wrote: I have created a parameterized build-flow job. In the DSL portion, I can access the parameter value that I setup: REAL_BUILD_NUMBER as params[REAL_BUILD_NUMBER]. I call my downstream build as b = build(...). I now want to set

assigning new values to existing build parameters in build-flow job

2013-08-14 Thread rginga
I have created a parameterized build-flow job. In the DSL portion, I can access the parameter value that I setup: REAL_BUILD_NUMBER as params[REAL_BUILD_NUMBER]. I call my downstream build as b = build(...). I now want to set REAL_BUILD_NUMBER equal to b.build.number for use in a post-build