Thomas Peitz

Results 15 comments of Thomas Peitz

In our multi-branch pipeline setup we got all repository name through a function like this: ``` folder, err := jenkins.GetFolder(organizationName) if err != nil { panic("No Folder") } for _,...

Hey @nergdron - Just starting using this project but pipeline steps of a job can bet retrieved through: pipeline.go functions/struct. If you use [pipeline.go](https://github.com/bndr/gojenkins/blob/master/pipeline.go#L113]) ```func (job *Job) GetPipelineRun(id string)``` function,...

``` #!/usr/bin/env ruby require 'yaml' data = YAML.load_file "docker-compose.yml" majorVersion = data['version'][0].to_i serviceName = ARGV[0] image = ARGV[1] if majorVersion == 3 data['services'][serviceName]['image'] = image data['services'][serviceName].delete('build') else puts 'Version #{majorVersion}...

Hey @tuunit, a customer of mine would like to see this and I would have time dedicated to rebuild this PR. If you give me some starting point: - What...

Our company loves your tool and we are missing it here!

Wow thats a hugh amount of SQS queues 🎉 We need more debugging logs to find the error here. Will try to add the debugging in the next seven days....

``` {"level":"info","msg":"Couldn't describe resources for region eu-west-1: AccessDeniedException: User: arn:aws:sts::487596255802:assumed-role/yace_debug/1638822531663485000 is not authorized to perform: tag:GetResources because no identity-based policy allows the tag:GetResources action\n\tstatus code: 400, request id: f6e26e95-0a6d-4632-b2a6-052425ceeeff\n","time":"2021-12-06T21:28:52+01:00"} ```...

Okay, I see the issue. Now I have something to debug with. Had two small things in mind which were not the issue. Need to dig deeper. Greetings, Thomas :)

Grüße zurück aus Aachen (aktuell). FYI: Was not able to put much time into it (and did not find anything yet) and will only work on this at the end...