jiralert icon indicating copy to clipboard operation
jiralert copied to clipboard

jiralert building error

Open rose-lukas opened this issue 2 years ago • 1 comments
trafficstars

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!

rose-lukas avatar Sep 07 '23 16:09 rose-lukas

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

dmitrytucha avatar Nov 28 '23 09:11 dmitrytucha