openshift / jenkins-plugin

Apache License 2.0
81 stars 50 forks source link

Adding environment variable support to build request #68

Closed jupierce closed 8 years ago

jupierce commented 8 years ago

In order to support environment variable feature request: https://trello.com/c/Yl4qomsw/878-5-additional-jenkins-plugin-enhancement-requests-from-github .

Depends on openshift/openshift-restclient-java#217

ptal @gabemontero @bparees

Random changes:

DSL Syntax Example: openshiftBuild( env: [ test:'value', 'longenv1': 'env2'], apiURL: 'https://10.13.137.85:8443' ....

Build Step Visualization: buildstep

jupierce commented 8 years ago

Just a note that failure is expected until restclient is updated.

jupierce commented 8 years ago

@gabemontero Should be ready for another once over.

gabemontero commented 8 years ago

Oh, and I see I forgot to say "thanks" for fixing misspellings and formatting in the readme :-)