Skip to content

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

Open
@DimitarTodorov

Description

@DimitarTodorov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions