Jakob Nohe
Jakob Nohe
@kirill3333 The PR #62 might partially fix this issue.
I've a similar issue. A week ago I connected to Smart Plugs from Teckin (SP22) via `tuya-cli`, it worked fine. Today I tried to add two more smart plugs (also...
I was facing the same issue. You can somehow work around the problem by importing the catch-all rule using `terraform import`. The examples are expecting that you have a module...
In our case we created a new Jenkins image which automatically installs some plugins and creates a admin user with a default password. So there is no Jenkins setup visible...
@ckmason You're missing the Groovy file to add the user: https://github.com/foxylion/docker-jenkins/blob/master/docker-images/master/default-user.groovy Edit: Ok. :smile:
@kzantow It is possible, have a look at my customized image: https://github.com/foxylion/docker-jenkins You can also use this image directly.
This can be easily achieved using a compound action. An example can be found here: https://github.com/meisterplan/actions-aws-credentials
@rosswickman The compound action would also only use temporary tokens. `@aws-actions/configure-aws-credentials` does always generate temporary credentials and stores them in environment variables. A compound action can make use of this...
Hi @CyberHacky, this might be some problem with your infrastructure around docker is not well configured. I haven't seen Jenkins ever responding with a 502 error after startup. Do you...
I found a super simple solution to the problem. Just use a very high delay value for the mocked response. This keeps the query indefinitely long in the loading state....