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

$HOME is not defined on FrogBot #2267

Open
vinodhini-devops opened this issue Oct 17, 2023 · 2 comments
Open

$HOME is not defined on FrogBot #2267

vinodhini-devops opened this issue Oct 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@vinodhini-devops
Copy link

Describe the bug

Im using Frogbot, When i run the bot on Maven project, i get the below eeror:

failed while building 'maven' dependency tree:
$HOME is not defined

Note: I have maven available on my server.

Current behavior

Im using Frogbot, When i run the bot on Maven project, i get the below eeror:

failed while building 'maven' dependency tree:
$HOME is not defined

Note: I have maven available on my server.

Reproduction steps

No response

Expected behavior

Frogbot should run without any issues with $HOME.

JFrog CLI version

Operating system type and version

ubuntu 18.04

JFrog Artifactory version

No response

JFrog Xray version

No response

@vinodhini-devops vinodhini-devops added the bug Something isn't working label Oct 17, 2023
@vinodhini-devops
Copy link
Author

Any Comments on my Issue, Its kind of Blocking

@vinodhini-devops
Copy link
Author

My workaround is adding the below code before running forgbot
export HOME="/usr/share/maven"
export M2="$HOME/bin"
export MAVEN_OPTS="-Xms256m -Xmx512m"
export PATH="$M2:$PATH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant