Victor Martinez

Results 141 issues of Victor Martinez

Hi there, I've tried to follow the below steps to configure guard with the puppet-lint plugin but unfortunately it fails over and over with the below error: > 10:07:26 -...

net.rcarz.jiraclient.RestException: 400 Bad Request: {"errorMessages":[],"errors":{"assignee":"data was not an object"}} source code ``` java BasicCredentials creds = new BasicCredentials(site.userName, site.password); JiraClient jira = new JiraClient(site.url.toString(), creds); final Issue tempIssue = jira.getIssue(issue.id);...

## What https://github.com/Mergifyio/mergify-engine/issues/2288 added support for assigning labels to the backported PRs, I'd like to extend this functionality to populate the labels from the source PR to the backported PRs....

### What Add `--custom-script` option to honor to call a script that runs before creating the backported pull request. This particular option will allow to customise the backport process after...

### What Enable traces for the steps/jobs executed in the GitHub actions and also the test results. For such I used: - https://github.com/inception-health/otel-upload-test-artifact-action - https://github.com/inception-health/otel-export-trace-action ### Why I've been playing...

automation
agent-nodejs
Team:Automation

### What Add flaky test reporting on a PR basis. ### Tasks * [ ] Enable ES indice.

ci
automation
agent-nodejs

Simplify the CI pipeline by using GitHub actions for the Windows specific. Part of https://github.com/elastic/apm-agent-dotnet/pull/1766

agent-dotnet

### What Explore GitHub actions to run the linux specific builds, so we can run in parallel 4 stages that they took normally 1 hour and 20 minutes. ### Benefits...

agent-dotnet

### Version report Jenkins and plugins versions report: 2.289.1-lts-jdk11 ``` cloudbees-disk-usage-simple:0.10 opentelemetry::https://repo.jenkins-ci.org/incrementals/io/jenkins/plugins/opentelemetry/0.16-rc359.9eae24591360/opentelemetry-0.16-rc359.9eae24591360.hpi ``` - What Operating System are you using (both controller, and any agents involved in the problem)? ```...

bug

Hi there, I'm trying to upgrade a particular existing plugin within the plugin dsl but for some reason if that file already exists it doesn't download it, it used to...