Skip to content
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

Environment Variable is not set #11

Open
unickq opened this issue Jan 24, 2017 · 6 comments
Open

Environment Variable is not set #11

unickq opened this issue Jan 24, 2017 · 6 comments

Comments

@unickq
Copy link

unickq commented Jan 24, 2017

I use OctopusDeploy Release step and setting Release Version as ${AppVersion}. AppVersion environment variable is correct and not being replaced. Do I do something wrong or it's an issue?

INFO: Started Octopus Release
INFO: =======================
INFO: Project: MIXA
INFO: Release Version: ${AppVersion}
INFO: Include Release Notes?: false
INFO: Deploy this Release?: false
INFO: Package Configurations: none
INFO: =======================

Plugin version 1.5.0

@badriance
Copy link
Contributor

The variables are injected after this logging statement in case that you have slightly sensitive information in your variables. Would you prefer to see the injected values here?

@unickq
Copy link
Author

unickq commented Jan 24, 2017

Yes, I expected to see it there. But if it's designed like that - no prob 👍

@badriance
Copy link
Contributor

it is by design, but i bet we can do better.

badriance added a commit that referenced this issue Aug 8, 2017
@J00MZ
Copy link

J00MZ commented Jul 11, 2018

Are the variables being evaluated but not displayed?

@badriance
Copy link
Contributor

yes

@J00MZ
Copy link

J00MZ commented Jul 11, 2018

@badriance
Maybe UX wise would be more intuitive if we can see values instead of variable names.
Similar to regular Jenkins parameters that are plaintext unless specified otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants