Open
Description
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.
- Clone the seed
- Export JENKINS_HOME environment variable
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