-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix RELEASE_VERSION parameter dependency #64
Comments
Validate fix for fabric8io#64 with a booster
This would fail too if the param is absent.
|
|
If a user doesn't provide osio-pipeline/vars/processTemplate.groovy Line 44 in 8b8248e
For a user its optional parameter however for pipeline process its a madentory parameter. Ideally, it should not casue any issue. Let us check it once why its failing. Does that answers the issue @sbose78? |
@hrishin if the user doesn't provide it, but the param is present in the template, only then it works. If the param is absent in the template,it errors out. I've pointed out the code responsible for that :) |
A good number of boosters would need to be updated to work with this. |
Yes @sbose78. Thanks! for the PR. 👍 |
@hrishin Assuming that you are working on it and thus assigning it to you. Change if it is wrong. |
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
Missing mandatory field check in template before processing. Resolve - fabric8io#64
osio-pipeline/vars/processTemplate.groovy
Lines 32 to 46 in 8b8248e
This method makes it mandatory for the openshift template to have the
RELEASE_VERSION
parameter else there's a failure because of non-availability ofmeta
osio-pipeline/vars/deploy.groovy
Lines 12 to 24 in 8b8248e
Is this intended or should we have something like :
The text was updated successfully, but these errors were encountered: