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

jiralert building error #173

Open
rose-lukas opened this issue Sep 7, 2023 · 1 comment
Open

jiralert building error #173

rose-lukas opened this issue Sep 7, 2023 · 1 comment

Comments

@rose-lukas
Copy link

I am wanting to implement jiralert but running into a couple problems:

  1. Each packaged release after v1.0 does not include a binary file
  2. When trying to build using recommended command: $ go get github.com/prometheus-community/jiralert/cmd/jiralert
    I get error because 'get' is deprecated and should use 'install' instead. So i do and install occurs, after install command 'jiralert' does not work and returns not found.

Please help me with proper/updated steps to acquiring the binary for latest release, thanks!

@dmitrytucha
Copy link

dmitrytucha commented Nov 28, 2023

hi!
try next steps

  1. download latest release and unzip it
  2. go to unzipped folder then cmd/jiraalert/ folder
  3. run command go build as result you should have jiraalert binary file inside same folder

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

No branches or pull requests

2 participants