Hugo Alexandre Dias
Hugo Alexandre Dias
When I run the gradle plugin, using version 1.4.8, the HTML report doesn't show the code. I'm using this configuration: pitest { excludedClasses = ["someClass"] testPlugin = 'junit5' junit5PluginVersion =...
Hi, I'm trying to configure the gradle plugin in a pure Java application and the build fails because says it requires android tools gradle. Does this requirement makes sense? In...
This is more a question than an issue. I see that I can call the release task to set the new version and everything will be done accordingly with the...
### Summary I would like to use Ansible to manage my clusters, create rules, create the Alert Manager configuration and maintain it using Ansible. ### Issue Type Feature Idea ###...
## What happened? When I configured the dockerRun task to use an UDP port mapping, the plugin crashes ## What did you want to happen? dockerRun { name = "myService"...
I'm a devops who develops and manages multiple quarkus services, in multiple clusters in AWS, using ECS Fargate. I would like to have a way, to manage my microservices, so...
I would like to extend the creationg of the Spring boot docker file to add volumes so I can have a volume in the image. ``` docker { springBootApplication {...
#### Problem ``` When I start the fluentD with this plugin, I get an error 2021-08-06 16:36:11 +0000 [info]: gem 'fluentd' version '1.13.3' 2021-08-06T16:36:12.215656300Z /usr/local/bundle/gems/fluent-plugin-aws-elasticsearch-service-2.4.1/lib/fluent/plugin/out_aws-elasticsearch-service.rb:144:in `include': wrong argument type Class...
I use the Helm chart as a dependency of another service I use, so I can ramp up everything at once. In my chart.yaml file I added this: ``` dependencies:...