Ohad David
Ohad David
Hi @Jasstkn I think that maybe we need to have an environment variable named ``` JENKINS_ENV_FETCH_CONF_HTTP_HEADERS="HEADER: VAL, HEADER2, VAL2..." ``` Then in the script we can check if this env...
> > Hi @Jasstkn > > I think that maybe we need to have an environment variable named > > ``` > > JENKINS_ENV_FETCH_CONF_HTTP_HEADERS="HEADER: VAL, HEADER2, VAL2..." > > ```...
Hey @r15santro. I want to keep the master clean as possible. I think the best option for you is to extend the image using `FROM odavid/my-bloody-jenkins` and use the custom...
Thanks @yorammi. This is a change in Docker For Mac. It is not something that can be fixed within the image, but externally. I think the best way to mitigate...
I believe It is indeed the change, however, the real issue is the fact poetry code assumes the checksums are always sha256 and does not respect md5 checksums. The change...
> I just noticed that PR [python-poetry/poetry-core/pull/206](https://github.com/python-poetry/poetry-core/pull/206) is already merged. > Hopefully it solves the problem. I feel it will be only part of the solution, since in the [executor.py...
Hi @minseop6, I apologize for the late response and I thank you for this contribution. At this stage, I sadly came to realization that I cannot maintain this project anymore....
Hi, PR will be reasonable... Cheers
Hi @herbertpimentel, PR would be happily accepted...
Hey @cassinaooo, Can you please open a PR for that decorator? For this code to be added, I believe we need: * Tests * README section * Since this decorator...