heroku / heroku-jenkins-plugin

DEPRECATED: A plugin for interacting with Heroku during Jenkins builds
45 stars 9 forks source link

Add Post Build Actions and Jenkins Environment variables usage. #15

Open mpsingh01 opened 11 years ago

mpsingh01 commented 11 years ago

I like using the Heroku-Jenkins plugin. This is more of a feature request. Can we invoke Heroku Plugin options aslo available in post Build Actions.

Another request is also allow to use Jenkins Environment variable for example in: "App Name" I would like to use my workspace name ( $JOB_NAME) as my "App Name".

ryanbrainard commented 11 years ago

Build Steps work differently from Post Build Actions in that the latter are more for reporting or notification, but if I can understand your use case better, maybe there is something we can do. Can you explain what you are trying to accomplish?

As far as the app name environment resolution, this should be possible but need to look into the best way to do this generically across all fields.

kretes commented 11 years ago

There is a jenkins plugin https://wiki.jenkins-ci.org/display/JENKINS/Any+Build+Step+Plugin that allows you to execute a normal build step as post-build action and the other way round. maybe this can help to achieve what's needed

robjailall commented 9 years ago

@ryanbrainard did environment variable resolution ever get in here?

jkutner commented 9 years ago

@robjailall This plugin has been sun-setted. We recommend using the Heroku Maven plugin instead.