-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding environment variable support to BuildRequest #217
Conversation
@@ -36,7 +35,10 @@ | |||
private static final String REVISION_TYPE = REVISION + "." + TYPE; | |||
private static final String TRIGGERED_BY = "triggeredBy"; | |||
private static final String MESSAGE = "message"; | |||
|
|||
private static final String ENV = "env"; | |||
private static final String ENV_NAME = "name"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAME and VALUE are available as part of the interface implemented by KubernetesResource
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in latest push. Thanks.
[test] LGTM. @jupierce Test for BuildRequest to validate its set properly? |
Evaluated for javaclient test up to d4650b3 |
Java Client Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test-openshift-restclient-java/253/) |
@jcantrill Added BuildRequestTest.java unit test. |
[merge] |
Evaluated for javaclient merge up to d4650b3 |
Java Client Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test-openshift-restclient-java/254/) |
cool - thanks @jupierce and @jcantrill |
In order to support feature request: https://trello.com/c/Yl4qomsw/878-5-additional-jenkins-plugin-enhancement-requests-from-github
Adding environment variable support to restclient on which Jenkins plugin relies.
fyi @gabemontero