Is it possible to set a parameterized build or pass an environment variable via a hudson build trigger?

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-12-29T05:49:43Z Indexed on 2010/12/29 5:53 UTC
Read the original article Hit count: 217

Filed under:
|

I'd like to use hudson to trigger a "promotion" of a build. The build would be a simple script that just copies a release candidate installer file from one location to another. (development dir to release/stable dir)

Our build server is not on the public internet, but I want to be able to send an email or a text message or an IM with the build number to hudson, which will parse the build number and then do the copy/move.

In looking at the jabber/IM plugin it does not look like this is possible (the parameter part)

Has anyone solved this in some way?

Should I use some other mechanism? I would prefer not to have to do the manual steps each time (SCP/FTP, etc) - I just want any QA team member to be able to trigger the build server to do the promotion.

© Stack Overflow or respective owner

Related posts about triggers

Related posts about hudson