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

Postclone use default config on interactive console with JENKINS_HOME variable. #134

Open
DimitarTodorov opened this issue May 14, 2019 · 0 comments
Labels

Comments

@DimitarTodorov
Copy link

DimitarTodorov commented May 14, 2019

When run postclone script in interactive console on machine with JENKINS_HOME environment variable, the script use the default config and does not allow the user to interact and choose configurations.

Which platform(s) does your issue occur on?

  • Reproducible on machine with JENKINS_HOME environment variable.

Please, tell us how to recreate the issue in as much detail as possible.

  1. Clone the seed
  2. Export JENKINS_HOME environment variable
  3. cd src && npm run postclone

Actual: The script uses default config and behaves like the console is not interactive.
Expected: The script should evaluate the console as interactive. (May be parameter like interactive=true will be useful)

Is there any code involved?

  • This repository - master branch
@elena-p elena-p added proposal and removed proposal labels May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants