newbie question - Using a parameterized build, can I use values defined in my build flow DSL

2015-09-28 Thread letstestthis
Hi In a sample build, I have this in the flow dsl def env = "test" I have Trigger parameterized build set up and for the predefined parameters, I would like to use env, how would I use it for that step. I tried env=${env} which did not work. Is there another way I can access that value? T

Getting an error when trying to use Copy Artifact Manager

2013-01-08 Thread letstestthis
Hi I am getting this error when trying to use the Copy Artifact Manager Copied 0 artifacts from "build" build number 8 Build step 'Copy artifacts from another project' marked build as failure Finished: FAILURE. It is not clear to me as to what the problem is because the console output just says

Re: Build based on tag

2012-10-25 Thread letstestthis
Sorry about that, I just had to trigger a new build and then this worked fine. On Thursday, October 25, 2012 11:20:51 AM UTC-3, letstestthis wrote: > > This is exactly what I was looking for, I have installed this plugin. The > only issue I am having is that I cant for some reason

Re: Build based on tag

2012-10-25 Thread letstestthis
indicate that you've tested it, which can then > trigger another job. > > See also this recent blog post which mentions this: > > http://blog.cloudbees.com/2012/10/continuous-integration-for-mobile-apps.html > > Regards, > Chris > > > On 10/24/2012 09:07

Build based on tag

2012-10-24 Thread letstestthis
Hi I am trying to set up a Jenkins job that will build based on tags. For example, I go in and tag a build in jenkins as tested. I want to create a separate job that will automatically take builds that are tagged as tested to build. Is this possible? If so, how?