Is it possible to set a parameterized build or pass an environment variable via a hudson build trigger?
- by Tim
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.