Daniel Hajduk

Results 5 comments of Daniel Hajduk

Gathered ideas from this thread to have this solution: Test example: Running elastic on docker (needs version 5.X): `docker run -d --name elasticsearch --network host -p 9200:9200 -p 9300:9300 -e...

ps. For AWS Elasticsearch endpoints you should use format: `https://{urltotheservice}:443/{index}`

I can tell you a year later that my solution to this was moving away from Jenkins.

Just hit the same issue. Im not sure whether downloading from non-official source is safe.

Hi, This won't work as volumes are not shared between CI runners nor runners that are spawned when needed. So you would install them on volume every time over and...